This commit is contained in:
LetterJay
2017-05-13 23:59:54 -05:00
parent e6ccfeaa51
commit ca1f0ef04e
2 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -42,7 +42,7 @@
else
log_world("Your server failed to establish a connection with the database.")
if(!GLOB.round_id)
GLOB.log_directory += "[time_stamp()]"
GLOB.log_directory += "[replacetext(time_stamp(), ":", ".")]"
GLOB.world_game_log = file("[GLOB.log_directory]/game.log")
GLOB.world_attack_log = file("[GLOB.log_directory]/attack.log")
GLOB.world_runtime_log = file("[GLOB.log_directory]/runtime.log")
-10
View File
@@ -1,10 +0,0 @@
diff a/code/world.dm b/code/world.dm (rejected hunks)
@@ -42,7 +42,7 @@
else
log_world("Your server failed to establish a connection with the database.")
if(!GLOB.round_id)
- GLOB.log_directory += "[time_stamp()]"
+ GLOB.log_directory += "[replacetext(time_stamp(), ":", ".")]"
GLOB.world_game_log = file("[GLOB.log_directory]/game.log")
GLOB.world_attack_log = file("[GLOB.log_directory]/attack.log")
GLOB.world_runtime_log = file("[GLOB.log_directory]/runtime.log")