mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Resolves sdmm warnings
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
return test_result
|
||||
|
||||
|
||||
if(UT_NORMAL || UT_NORMAL_COLD)
|
||||
if(UT_NORMAL,UT_NORMAL_COLD)
|
||||
if(abs(pressure - ONE_ATMOSPHERE) > 10)
|
||||
test_result["msg"] = "Pressure out of bounds: [pressure] | [t_msg]"
|
||||
return test_result
|
||||
|
||||
Reference in New Issue
Block a user