[MIRROR] Log file for PDA messages (#2848)

* log file for pda messaegs (#30827)

* Log file for PDA messages
This commit is contained in:
CitadelStationBot
2017-09-19 06:34:53 -05:00
committed by Poojawa
parent e1aa96ad64
commit 170f5d7a5e
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
/proc/log_pda(text)
if (config.log_pda)
WRITE_FILE(GLOB.world_game_log, "\[[time_stamp()]]PDA: [text]")
WRITE_FILE(GLOB.world_pda_log, "\[[time_stamp()]]PDA: [text]")
/proc/log_comment(text)
if (config.log_pda)