Refactoring to remove all superflous classes related to the server

GameServerThread --> MainServerThread
All server classes consolidated into the gameServer package and all others removed

tags: #story[1055] #refactor #fix
This commit is contained in:
William Muir
2017-07-20 11:46:06 +12:00
parent e257602b78
commit 0c08f5a03c
2 changed files with 2 additions and 17 deletions
@@ -135,4 +135,5 @@ public class MainServerThread extends Thread implements PacketBufferDelegate, Cl
GameState.removePlayer(player);
// sendXml();
}
}