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(); }