From 1f11da75d24fca30802194b9e8632204c34b1b59 Mon Sep 17 00:00:00 2001 From: Anuken Date: Mon, 29 Apr 2019 08:34:40 -0400 Subject: [PATCH] Push test --- core/src/io/anuke/mindustry/core/Control.java | 2 -- 1 file changed, 2 deletions(-) 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;