-  Fixed regularPacketsTest unit test, which checks how regularly packets are sent from C2S thread.
- Removed misused GameClient in main server thread.

tags: #story[1124]
This commit is contained in:
Haoming Yin
2017-08-17 11:46:14 +12:00
parent d7a290478d
commit 7bda2bc580
3 changed files with 44 additions and 48 deletions
@@ -130,7 +130,6 @@ public class GameClient {
});
this.lobbyController = lobbyController;
server.setGameClient(this);
}
private void loadStartScreen() {