- Fixed a shutdown bug that left the game process running long after the window shut

- Changed SVG Icon for volume toggle to something a bit nicer

tags : #story[1245]
This commit is contained in:
Alistair McIntyre
2017-09-14 12:31:49 +12:00
parent 7ee6a09626
commit 7e0c2abbfd
3 changed files with 11 additions and 7 deletions
@@ -504,6 +504,8 @@ public class GameClient {
GameState.setCurrentStage(GameStages.CANCELLED);
if (server != null) server.terminate();
if (socketThread != null) socketThread.setSocketToClose();
server = null;
socketThread = null;
}
public Map<Integer, ClientYacht> getAllBoatsMap() {