mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #26958 from Cyberboss/patch-74
Fixes log files not generating with default config
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user