argh
This commit is contained in:
@@ -109,7 +109,7 @@ public class EditorTile extends Tile{
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void changeEntity(Team team, Prov<Tilec> entityprov){
|
||||
protected void changeEntity(Team team, Prov<Building> entityprov){
|
||||
if(state.isGame()){
|
||||
super.changeEntity(team, entityprov);
|
||||
return;
|
||||
|
||||
@@ -51,7 +51,7 @@ public class MapGenerateDialog extends BaseDialog{
|
||||
private CachedTile ctile = new CachedTile(){
|
||||
//nothing.
|
||||
@Override
|
||||
protected void changeEntity(Team team, Prov<Tilec> entityprov){
|
||||
protected void changeEntity(Team team, Prov<Building> entityprov){
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user