Fixed world processors being targetable

This commit is contained in:
Anuken
2022-02-10 13:46:20 -05:00
parent 8f676cf6c3
commit dcfbd9b6e2
5 changed files with 14 additions and 4 deletions

View File

@@ -1264,6 +1264,10 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
return items;
}
public boolean displayable(){
return true;
}
@Override
public void display(Table table){
//display the block stuff