|
@@ -19,7 +19,7 @@ namespace FurnaceSimulator.Instances
|
|
|
private PeriodicJob _thread;
|
|
|
private int _shuttleServoStation;
|
|
|
private int _robotServoStation;
|
|
|
- private bool _enableN2purge = true;
|
|
|
+ private bool _enableN2purge = false;
|
|
|
|
|
|
Random _rd = new Random();
|
|
|
|