mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-19 12:01:17 -07:00
Server hotfix
This commit is contained in:
parent
b7842014c1
commit
15778b2ca5
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,7 @@ public class ServerControl extends Module{
|
|||
if(world.getSector().completedMissions >= world.getSector().missions.size){
|
||||
world.sectors().completeSector(world.getSector().x, world.getSector().y);
|
||||
world.sectors().save();
|
||||
Settings.putInt("sectorid", world.getSector().x + 1);
|
||||
Settings.putInt("sectorid", world.getSector().x + world.getSector().size);
|
||||
Settings.save();
|
||||
|
||||
netServer.kickAll(KickReason.sectorComplete);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue