Преглед на файлове

fix the bug in UnloadRoutine as the name of vce InnerDoor is fixed.

zhouhr преди 1 година
родител
ревизия
6748e4b29b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Venus/Venus_RT/Modules/VCE/UnloadRoutine.cs

+ 1 - 1
Venus/Venus_RT/Modules/VCE/UnloadRoutine.cs

@@ -71,7 +71,7 @@ namespace Venus_RT.Modules.VCE
 
         private bool CloseDoor()
         {
-            return _tm.TurnSlitDoor(ModuleName.VCE1, false);
+            return _tm.TurnSlitDoor(Module, false);
         }
 
         private bool CheckDoorIsClose()