Initialize failures are now sent to their own logfile (#1015)

This commit is contained in:
CitadelStationBot
2017-05-18 12:38:28 -05:00
committed by Poojawa
parent f1a158e0a2
commit fe60185171
+1 -1
View File
@@ -150,7 +150,7 @@ SUBSYSTEM_DEF(atoms)
/datum/controller/subsystem/atoms/Shutdown()
var/initlog = InitLog()
if(initlog)
log_world(initlog)
text2file("[GLOB.log_directory]/initialize.log", initlog)
#undef BAD_INIT_QDEL_BEFORE
#undef BAD_INIT_DIDNT_INIT