Browse Source

增强swaproutine

zhouhr 2 months ago
parent
commit
08cc096a6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Mars/JetMainframe/TMs/TM/MFSwapRoutine.cs

+ 1 - 1
Mars/JetMainframe/TMs/TM/MFSwapRoutine.cs

@@ -153,7 +153,7 @@ namespace JetMainframe.TMs.TM
         {
             _currentAction = _actionList.Peek();
             if (ModuleHelper.IsVCE(_targetModule))
-                return _vceModule.CurrentSlot == (_currentAction.SourceSlot + 1);
+                return _vceModule.CurrentSlot == (_currentAction.SourceSlot + 1) && _vceModule.IsIdle;
             else
                 return true;
         }