fyf пре 11 месеци
родитељ
комит
30fd1aa491
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java

+ 2
- 2
app/src/main/java/com/bonait/bnframework/business/ExecuteTheRecipe.java Прегледај датотеку

@@ -233,7 +233,7 @@ public class ExecuteTheRecipe {
String name = "料仓" + silos.num + "下料完成";
final boolean[] IsComplete = {false};
long a = System.currentTimeMillis();
while (!IsComplete[0]) {
while (!IsComplete[0] && !IsForcedEnd) {
if ((System.currentTimeMillis() - a) > 1000 * whileTime) {
break;
} else {
@@ -366,7 +366,7 @@ public class ExecuteTheRecipe {
}
});
long a = System.currentTimeMillis();
while (!IsComplete[0]) {
while (!IsComplete[0]&& !IsForcedEnd) {
if ((System.currentTimeMillis() - a) > 1000 * whileTime) {
break;
}


Loading…
Откажи
Сачувај