Browse Source

fix the typing error.

sangwq 6 months ago
parent
commit
3a49881f33
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Venus/Venus_RT/Modules/SystemDispatcher.cs

+ 3 - 3
Venus/Venus_RT/Modules/SystemDispatcher.cs

@@ -3535,10 +3535,10 @@ namespace Venus_RT.Modules
                                 {
                                     pickActions.Add(new MoveItem(peerWafer.currentMod, peerWafer.currentSlot, ModuleName.TMRobot, (int)freeHands[pickCount], freeHands[pickCount]));
                                 }
-
-                                _tmSchdActions.Enqueue(pickActions);
-                                _tmSchdActions.Enqueue(placeActions);
                             }
+
+                            _tmSchdActions.Enqueue(pickActions);
+                            _tmSchdActions.Enqueue(placeActions);
                         }
                         else
                         {