From ac7e949779d0d39ce493e1ab3517db4bb9cffaba Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Mon, 23 Apr 2018 17:23:03 -0400 Subject: [PATCH] Tab2Space ssair --- code/controllers/subsystems/air.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/controllers/subsystems/air.dm b/code/controllers/subsystems/air.dm index 04dfe0a5069..78cb7fa5702 100644 --- a/code/controllers/subsystems/air.dm +++ b/code/controllers/subsystems/air.dm @@ -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