Fixed sector clear not resetting 0,0
This commit is contained in:
@@ -165,6 +165,7 @@ public class Sectors{
|
||||
public void clear(){
|
||||
grid.clear();
|
||||
save();
|
||||
createSector(0, 0);
|
||||
}
|
||||
|
||||
public void save(){
|
||||
|
||||
Reference in New Issue
Block a user