Correct storage graphs

This commit is contained in:
Anuken
2018-10-21 17:20:08 -04:00
parent 80f5b4c3b7
commit f9b70a37aa
5 changed files with 22 additions and 18 deletions

View File

@@ -97,7 +97,7 @@ public class ServerControl extends Module{
world.sectors.save();
gameOvers = 0;
inExtraRound = true;
Settings.putInt("sector_x", world.getSector().x + world.getSector().width);
Settings.putInt("sector_x", world.getSector().x + 1);
Settings.save();
Call.onInfoMessage("[accent]Sector conquered![]\n" + roundExtraTime + " seconds until deployment in next sector.");