diff --git a/core/src/mindustry/core/Logic.java b/core/src/mindustry/core/Logic.java index 7d1a7bb5b9..59f9b3cdcd 100644 --- a/core/src/mindustry/core/Logic.java +++ b/core/src/mindustry/core/Logic.java @@ -261,6 +261,7 @@ public class Logic implements ApplicationListener{ Groups.clear(); Time.clear(); Events.fire(new ResetEvent()); + world.tiles = new Tiles(0, 0); //save settings on reset Core.settings.manualSave();