committing from a phone is hard

This commit is contained in:
Anuken
2019-03-20 09:58:54 -04:00
committed by GitHub
parent fbf4c411c1
commit c9f6d92bef

View File

@ -136,6 +136,7 @@ public class Logic implements ApplicationListener{
@Remote(called = Loc.both)
public static void onGameOver(Team winner){
state.stats.wavesLasted = state.wave;
ui.restart.show(winner);
netClient.setQuiet();
}