mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Fixes vents not properly resetting the pressure check correctly when the "default" value.
Copy-paste..
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
on = !on
|
||||
|
||||
if(signal.data["checks"] != null)
|
||||
if (signal.data["set_internal_pressure"] == "default")
|
||||
if (signal.data["checks"] == "default")
|
||||
pressure_checks = pressure_checks_default
|
||||
else
|
||||
pressure_checks = text2num(signal.data["checks"])
|
||||
|
||||
Reference in New Issue
Block a user