Crash fix

This commit is contained in:
Anuken
2022-05-07 21:20:12 -04:00
parent 471504090a
commit a9d4e56e66
2 changed files with 10 additions and 1 deletions

View File

@@ -38,6 +38,11 @@ public class EditorTile extends Tile{
super.setFloor(type);
}
@Override
public boolean isEditorTile(){
return true;
}
@Override
public void setBlock(Block type, Team team, int rotation, Prov<Building> entityprov){
if(skip()){