diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-30 09:28:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-30 09:28:24 -0300 |
commit | 236626c37f73a6ec06ab3db4e103db04b05b7631 (patch) | |
tree | 33f63f8c3c51fa03b5011da73e8d5b820db278d0 | |
parent | b730adcc033c0d749337c920413b0805b5a7018f (diff) | |
download | serverdata-236626c37f73a6ec06ab3db4e103db04b05b7631.tar.gz serverdata-236626c37f73a6ec06ab3db4e103db04b05b7631.tar.bz2 serverdata-236626c37f73a6ec06ab3db4e103db04b05b7631.tar.xz serverdata-236626c37f73a6ec06ab3db4e103db04b05b7631.zip |
Disable chat log by Freeyorp's request.
Global messages still logged (I think they include broadcasts? Not sure)
-rw-r--r-- | conf/map/logs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf index db584049..5bb03f8f 100644 --- a/conf/map/logs.conf +++ b/conf/map/logs.conf @@ -171,7 +171,7 @@ map_log: { // log_chat: 0x2f = logs everything // FIXME: This isn't fully functional, as of now it's only checking // if the log is active or not [Panikon] - log_chat: 0x2f + log_chat: 0x01 // Disable chat logging when WoE is running? (Note 1) log_chat_woe_disable: false |