Tab2Space ssair

This commit is contained in:
Arokha Sieyes
2018-04-23 17:23:03 -04:00
parent cd865a176b
commit ac7e949779
+5 -5
View File
@@ -223,11 +223,11 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun
// ZAS might displace objects as the map loads if an air tick is processed mid-load.
/datum/controller/subsystem/air/StartLoadingMap(var/quiet = TRUE)
can_fire = FALSE
// Don't let map actually start loading if we are in the middle of firing
while(current_step)
stoplag()
. = ..()
can_fire = FALSE
// Don't let map actually start loading if we are in the middle of firing
while(current_step)
stoplag()
. = ..()
/datum/controller/subsystem/air/StopLoadingMap(var/quiet = TRUE)
can_fire = TRUE