Bugfixes
This commit is contained in:
@@ -101,9 +101,9 @@ public class EditorTile extends Tile{
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void changed(Team team){
|
||||
protected void changeEntity(Team team){
|
||||
if(state.isGame()){
|
||||
super.changed(team);
|
||||
super.changeEntity(team);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ public class MapGenerateDialog extends FloatingDialog{
|
||||
private CachedTile ctile = new CachedTile(){
|
||||
//nothing.
|
||||
@Override
|
||||
protected void changed(Team team){
|
||||
protected void changeEntity(Team team){
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user