Pre-release tweaks

This commit is contained in:
Anuken
2020-09-23 18:26:05 -04:00
parent 5df5a6e39f
commit 3a618761b3
2 changed files with 1 additions and 2 deletions

View File

@@ -326,6 +326,7 @@ public class Control implements ApplicationListener, Loadable{
state.rules.sector = sector;
//assign origin when launching
state.secinfo.origin = origin;
state.secinfo.destination = origin;
logic.play();
control.saves.saveSector(sector);
Events.fire(Trigger.newGame);

View File

@@ -421,8 +421,6 @@ public class LogicBlock extends Block{
return other != null && other.isValid() && other.team == team && other.within(this, range + other.block.size*tilesize/2f) && !(other instanceof ConstructBuild);
}
@Override
public void buildConfiguration(Table table){