This commit is contained in:
Anuken
2020-10-09 10:02:08 -04:00
parent e2b58528d0
commit 22f1c3b2d1
8 changed files with 49 additions and 30 deletions

View File

@@ -96,7 +96,14 @@ public class EditorTile extends Tile{
super.recache();
}
}
@Override
protected void changed(){
if(state.isGame()){
super.changed();
}
}
@Override
protected void changeEntity(Team team, Prov<Building> entityprov, int rotation){
if(skip()){