summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-30 09:28:24 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-30 09:28:24 -0300
commit236626c37f73a6ec06ab3db4e103db04b05b7631 (patch)
tree33f63f8c3c51fa03b5011da73e8d5b820db278d0
parentb730adcc033c0d749337c920413b0805b5a7018f (diff)
downloadserverdata-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.conf2
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