diff --git a/core/src/io/anuke/mindustry/core/Control.java b/core/src/io/anuke/mindustry/core/Control.java index 7668cdfa49..c4ef5ee932 100644 --- a/core/src/io/anuke/mindustry/core/Control.java +++ b/core/src/io/anuke/mindustry/core/Control.java @@ -108,8 +108,6 @@ public class Control implements ApplicationListener{ saves.resetSave(); }); - //todo high scores for custom maps, as well as other statistics - Events.on(WaveEvent.class, event -> { if(world.getMap().getHightScore() < state.wave){ hiscore = true;