Merge pull request #1215 from Citadel-Station-13/upstream-merge-27720

[MIRROR] Fixes pre-round-start logs
This commit is contained in:
LetterJay
2017-05-26 23:03:34 -05:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@
SetupExternalRSC()
GLOB.config_error_log = file("data/logs/config_error.log") //temporary file used to record errors with loading config, moved to log directory once logging is set bl
GLOB.config_error_log = GLOB.world_href_log = GLOB.world_runtime_log = GLOB.world_attack_log = GLOB.world_game_log = file("data/logs/config_error.log") //temporary file used to record errors with loading config, moved to log directory once logging is set bl
make_datum_references_lists() //initialises global lists for referencing frequently used datums (so that we only ever do it once)