diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-09 06:22:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-14 19:16:40 +0300 |
commit | ffd913f1323181eceed0aae178e9bdbea58e9c1d (patch) | |
tree | bd818274036ac900bf9ab0519a00210dec3303bb /conf/map/battle/client.conf | |
parent | 34ffeed92dcd6738dc1944a06857faab03ae93d9 (diff) | |
download | hercules-ffd913f1323181eceed0aae178e9bdbea58e9c1d.tar.gz hercules-ffd913f1323181eceed0aae178e9bdbea58e9c1d.tar.bz2 hercules-ffd913f1323181eceed0aae178e9bdbea58e9c1d.tar.xz hercules-ffd913f1323181eceed0aae178e9bdbea58e9c1d.zip |
Enable packets encryption by default.
Old autodetection mode for some clients not works and need fix it.
Diffstat (limited to 'conf/map/battle/client.conf')
-rw-r--r-- | conf/map/battle/client.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 32f1324be..4dc803bca 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -36,7 +36,7 @@ // 0: disabled // 1: optional (not recommended) -- identifies whether it is required // 2: enabled (recommended) -packet_obfuscation: 1 +packet_obfuscation: 2 // Minimum delay between whisper/global/party/guild messages (in ms) // Messages that break this threshold are silently omitted. |