Преглед изворни кода

fix the bug in DE-ReadyForPickStatus

zhouhr пре 11 месеци
родитељ
комит
7b69f42c04
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Venus/Venus_RT/Devices/JetVenusDEPM.cs

+ 1 - 1
Venus/Venus_RT/Devices/JetVenusDEPM.cs

@@ -876,7 +876,7 @@ namespace Venus_RT.Devices
         }
         public override bool CheckLinerDoorOpen()
         {
-            return _linerDoor.State == CylinderState.Close;
+            return _linerDoor.State == CylinderState.Open;
         }
 
         public override bool CheckLinerDoorClose()