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

@@ -381,6 +381,11 @@ public class LogicBlock extends Block{
return !privileged;
}
@Override
public boolean displayable(){
return accessible();
}
@Override
public void damage(float damage){
if(!privileged){