Browse Source

revise reservoir variable config

chenzk 2 weeks ago
parent
commit
1141e64fd7

+ 1 - 0
CyberX8_RT/Modules/Reservoir/StandardHotReservoirInitializeRoutine.cs

@@ -680,6 +680,7 @@ namespace CyberX8_RT.Modules.Reservoir
             {
                 _persistentValue = ReservoirsPersistentManager.Instance.GetReservoirsPersistentValue(Module);
             }
+            _cellFlowFaultHoldOffTime = SC.GetValue<int>("Metal.CellFlowFaultHoldOffTime");
             return Runner.Start(Module, "Start Initialize");
         }