diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:02:55 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:02:55 +0000 |
commit | e856378d9315c54bca0fd6a48fe3a0cd7f5e283a (patch) | |
tree | 3098a2748d653f790a09f19ac2e966077b545785 | |
parent | f98683fda133ef529b60ae9aef26143aab070c6a (diff) | |
download | serverdata-e856378d9315c54bca0fd6a48fe3a0cd7f5e283a.tar.gz serverdata-e856378d9315c54bca0fd6a48fe3a0cd7f5e283a.tar.bz2 serverdata-e856378d9315c54bca0fd6a48fe3a0cd7f5e283a.tar.xz serverdata-e856378d9315c54bca0fd6a48fe3a0cd7f5e283a.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..9526372e 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: 0x0 // Disable chat logging when WoE is running? (Note 1) log_chat_woe_disable: false |