diff --git a/core/src/mindustry/logic/LExecutor.java b/core/src/mindustry/logic/LExecutor.java index b7f5163e60..44e03ef12c 100644 --- a/core/src/mindustry/logic/LExecutor.java +++ b/core/src/mindustry/logic/LExecutor.java @@ -1230,7 +1230,6 @@ public class LExecutor{ public int value; public float curTime; - public long frameId; public WaitI(int value){ this.value = value; @@ -1247,11 +1246,7 @@ public class LExecutor{ //skip back to self. exec.var(varCounter).numval --; exec.yield = true; - } - - if(state.updateId != frameId){ curTime += Time.delta / 60f; - frameId = state.updateId; } } }