|
|
@@ -355,7 +355,7 @@ public class ExecuteTheRecipe { |
|
|
|
case "主料": |
|
|
|
case "辅料": |
|
|
|
case "出菜": |
|
|
|
while (!IsForcedEnd && !ExecuteTheRecipe2.RobotIsWorking) { |
|
|
|
while (!IsForcedEnd && ExecuteTheRecipe2.RobotIsWorking) { |
|
|
|
try { |
|
|
|
Thread.sleep(200); |
|
|
|
} catch (InterruptedException e) { |
|
|
|