Fixed world processors being targetable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user