Makes a thing use a define (#25348)

This commit is contained in:
Cyberboss
2017-03-22 15:14:34 -04:00
committed by Leo
parent 2b8cb61539
commit d94cdf9ef9
+1 -1
View File
@@ -330,7 +330,7 @@ var/global/dmm_suite/preloader/_preloader = new
_preloader.load(.)
//custom CHECK_TICK here because we don't want things created while we're sleeping to not initialize
if(world.tick_usage > CURRENT_TICKLIMIT)
if(TICK_CHECK)
SSatoms.map_loader_stop()
stoplag()
SSatoms.map_loader_begin()