diff options
Diffstat (limited to 'conf/map/logs.conf')
-rw-r--r-- | conf/map/logs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/logs.conf b/conf/map/logs.conf index f56db9ee..9526372e 100644 --- a/conf/map/logs.conf +++ b/conf/map/logs.conf @@ -9,7 +9,7 @@ //= This file is part of Hercules. //= http://herc.ws - http://github.com/HerculesWS/Hercules //= -//= Copyright (C) 2014-2018 Hercules Dev Team +//= Copyright (C) 2014-2019 Hercules Dev Team //= //= Hercules is free software: you can redistribute it and/or modify //= it under the terms of the GNU General Public License as published by @@ -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 |