summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-09 06:22:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-14 19:16:40 +0300
commitffd913f1323181eceed0aae178e9bdbea58e9c1d (patch)
treebd818274036ac900bf9ab0519a00210dec3303bb
parent34ffeed92dcd6738dc1944a06857faab03ae93d9 (diff)
downloadhercules-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.
-rw-r--r--conf/map/battle/client.conf2
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.