diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-24 22:54:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-24 22:54:00 +0300 |
commit | f9feb8f1fd4e2dc56218aba40ef94962fa866f84 (patch) | |
tree | 9d2f50f84f74e158b4a1d508d59fe17c55e3a17b /src/net/eathena | |
parent | 2e655b41861169ee1db19ef59345661b7dc70610 (diff) | |
download | plus-f9feb8f1fd4e2dc56218aba40ef94962fa866f84.tar.gz plus-f9feb8f1fd4e2dc56218aba40ef94962fa866f84.tar.bz2 plus-f9feb8f1fd4e2dc56218aba40ef94962fa866f84.tar.xz plus-f9feb8f1fd4e2dc56218aba40ef94962fa866f84.zip |
Fix disconnect by timeout in eathena servers.
Diffstat (limited to 'src/net/eathena')
-rw-r--r-- | src/net/eathena/gamehandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/gamehandler.h b/src/net/eathena/gamehandler.h index c7c45a177..a1f6c46e7 100644 --- a/src/net/eathena/gamehandler.h +++ b/src/net/eathena/gamehandler.h @@ -58,6 +58,9 @@ class GameHandler : public MessageHandler, public Ea::GameHandler void mapLoadedEvent(); void processMapCharId(Net::MessageIn &msg); + + bool mustPing() const + { return true; } }; } // namespace EAthena |