mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #7543 from VOREStation/vplk-unit-tests-fail-checks
Make failing unit tests actually fail travis checks.
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ turf/c_airblock(turf/other)
|
||||
if(ATMOS_PASS_NO)
|
||||
return BLOCKED
|
||||
if(ATMOS_PASS_DENSITY)
|
||||
if(density)
|
||||
if(M.density)
|
||||
return BLOCKED
|
||||
if(ATMOS_PASS_PROC)
|
||||
result |= M.c_airblock(other)
|
||||
|
||||
Reference in New Issue
Block a user