diff --git a/core/src/io/anuke/mindustry/core/Control.java b/core/src/io/anuke/mindustry/core/Control.java index 104f5c6706..6a426be530 100644 --- a/core/src/io/anuke/mindustry/core/Control.java +++ b/core/src/io/anuke/mindustry/core/Control.java @@ -91,6 +91,10 @@ public class Control implements ApplicationListener, Loadable{ hiscore = true; world.getMap().setHighScore(state.wave); } + + if(world.isZone()){ + world.getZone().updateWave(state.wave); + } Sounds.wave.play(); });