Better conditional avoidance system
This commit is contained in:
@@ -519,7 +519,7 @@ public class LExecutor{
|
||||
if(obj instanceof Building b && (exec.privileged || (b.team == exec.team && exec.linkIds.contains(b.id)))){
|
||||
|
||||
if(type == LAccess.enabled){
|
||||
if(p1.bool()) {
|
||||
if(p1.bool()){
|
||||
b.noSleep();
|
||||
}else{
|
||||
b.lastDisabler = exec.build;
|
||||
|
||||
Reference in New Issue
Block a user