mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-14 11:59:20 +07:00
Server hotfix
This commit is contained in:
parent
b7842014c1
commit
15778b2ca5
@ -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…
Reference in New Issue
Block a user