diff --git a/core/src/io/anuke/mindustry/maps/Sectors.java b/core/src/io/anuke/mindustry/maps/Sectors.java index f5ebc088e7..8f968ded65 100644 --- a/core/src/io/anuke/mindustry/maps/Sectors.java +++ b/core/src/io/anuke/mindustry/maps/Sectors.java @@ -165,6 +165,7 @@ public class Sectors{ public void clear(){ grid.clear(); save(); + createSector(0, 0); } public void save(){