diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:02:56 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:02:56 +0000 |
commit | ba79750f5df78b30cc88daafe7244a55959ef45a (patch) | |
tree | 3098a2748d653f790a09f19ac2e966077b545785 | |
parent | f98683fda133ef529b60ae9aef26143aab070c6a (diff) | |
parent | e856378d9315c54bca0fd6a48fe3a0cd7f5e283a (diff) | |
download | serverdata-ba79750f5df78b30cc88daafe7244a55959ef45a.tar.gz serverdata-ba79750f5df78b30cc88daafe7244a55959ef45a.tar.bz2 serverdata-ba79750f5df78b30cc88daafe7244a55959ef45a.tar.xz serverdata-ba79750f5df78b30cc88daafe7244a55959ef45a.zip |
Merge branch 'jesusalva/freeyorplogs' into 'master'
Disable chat log by Freeyorp's request
See merge request evol/serverdata!191
-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 |