- 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
@@ -135,7 +135,6 @@ public class MainServerThread implements Runnable, ClientConnectionDelegate {
}
if (GameState.getCurrentStage() == GameStages.LOBBYING && GameState
.getCustomizationFlag()) {
// TODO: 16/08/17 ajm412: This can probably be done in a nicer way via those fancy functional interfaces.
sendSetupMessages();
GameState.resetCustomizationFlag();
}