From c9f6d92bef27b874cb7abf8a94cbf43c8752f9ff Mon Sep 17 00:00:00 2001 From: Anuken Date: Wed, 20 Mar 2019 09:58:54 -0400 Subject: [PATCH] committing from a phone is hard --- core/src/io/anuke/mindustry/core/Logic.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/io/anuke/mindustry/core/Logic.java b/core/src/io/anuke/mindustry/core/Logic.java index 6727047b0b..565685ad57 100644 --- a/core/src/io/anuke/mindustry/core/Logic.java +++ b/core/src/io/anuke/mindustry/core/Logic.java @@ -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(); }