diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-04-16 23:23:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-05-05 22:22:05 +0300 |
commit | 200bb9f2408d0abb805c8352750a9d4949fbed78 (patch) | |
tree | 4988c0775a669febaa446348aed16b0321a6667b /conf | |
parent | a3cda4e072586458e1ace4d215f3fd2406518d96 (diff) | |
download | hercules-200bb9f2408d0abb805c8352750a9d4949fbed78.tar.gz hercules-200bb9f2408d0abb805c8352750a9d4949fbed78.tar.bz2 hercules-200bb9f2408d0abb805c8352750a9d4949fbed78.tar.xz hercules-200bb9f2408d0abb805c8352750a9d4949fbed78.zip |
Add option for drop connection on disconnect packet from client
New configuration option drop_connection_on_quit.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/client.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf index 12661180a..355df2baa 100644 --- a/conf/map/battle/client.conf +++ b/conf/map/battle/client.conf @@ -198,3 +198,7 @@ ping_timer_inverval: 30 // Send packets timeout in seconds before ping packet can be sent. // For clients 20190320 Re+ ping_time: 20 + +// Drop or not connection after client send disconnect request packet +// Official is false +drop_connection_on_quit: false |