Checking if tests fail

This commit is contained in:
Anuken
2020-12-04 10:44:39 -05:00
parent 87204df3ee
commit a313ca8a26
2 changed files with 3 additions and 3 deletions

View File

@@ -197,7 +197,7 @@ abstract class BuildingComp implements Posc, Teamc, Healthc, Buildingc, Timerc,
//region utility methods
public void addPlan(boolean checkPrevious){
if(!block.rebuildable) return;
if(!block.rebuildable || (team == state.rules.defaultTeam && state.isCampaign() && !block.isVisible())) return;
if(self() instanceof ConstructBuild entity){
//update block to reflect the fact that something was being constructed