This commit is contained in:
Anuken 2021-01-02 11:58:34 -05:00
parent 73d009666e
commit 981dec098a

View File

@ -108,7 +108,7 @@ abstract class BuilderComp implements Posc, Teamc, Rotc{
plans.removeFirst();
return;
}
}else if((tile.team() != team && tile.team() != Team.derelict) || (!current.breaking && cb.cblock != current.block)){
}else if((tile.team() != team && tile.team() != Team.derelict) || (!current.breaking && (cb.cblock != current.block || cb.tile != current.tile()))){
plans.removeFirst();
return;
}