mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
fixes firelocks et al. preventing the movement of air (#17539)
Co-authored-by: mafemergency <mafemergency@gmail.com>
This commit is contained in:
co-authored by
mafemergency
parent
e5de6c5d81
commit
45fe5c80b1
@@ -7,7 +7,10 @@
|
||||
smoothTurfs = turfs
|
||||
|
||||
log_debug("Setting up atmos")
|
||||
if(SSair)
|
||||
/* setup_allturfs is superfluous during server initialization because
|
||||
air subsystem will call subsequently call setup_allturfs with _every_
|
||||
turf in the world */
|
||||
if(SSair && SSair.initialized)
|
||||
SSair.setup_allturfs(turfs)
|
||||
log_debug("\tTook [stop_watch(subtimer)]s")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user