소스 검색

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

zhouhr 10 달 전
부모
커밋
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()