Fixed place distance not being respected

This commit is contained in:
Anuken
2018-07-29 19:00:29 -04:00
parent 77f0dfb9b1
commit e88ce078df
5 changed files with 20 additions and 4 deletions

View File

@@ -37,9 +37,11 @@ public class Sectors{
logic.play();
sector.saveID = control.getSaves().addSave("sector-" + sector.packedPosition()).index;
world.sectors().save();
world.setSector(sector);
}else{
try{
sector.getSave().load();
world.setSector(sector);
state.set(State.playing);
}catch(Exception e){
Log.err(e);