mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
(hopefully) Final fix for ZAS for 0.1.4.
Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
@@ -155,7 +155,7 @@ var/list/CounterDoorDirections = list(SOUTH,EAST) //Which directions doors turfs
|
||||
|
||||
//Updates the air_unsim var
|
||||
/zone/proc/UpdateUnsimAvg()
|
||||
if(!unsim_air_needs_update)
|
||||
if(!unsim_air_needs_update && air_unsim)
|
||||
return
|
||||
|
||||
unsim_air_needs_update = 0
|
||||
|
||||
Reference in New Issue
Block a user