diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-03-07 17:46:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-03-07 17:46:31 +0300 |
commit | a80e10b7ba9771dca3fcddb3f0182a5aa1825226 (patch) | |
tree | 85f7ad40f3bc0d030e2dab57cb2af65dfa04cf33 /src/net/eathena/gamehandler.h | |
parent | f8fcfcfef1e5a8cbda66328664f41b3f9aa2a773 (diff) | |
download | plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.tar.gz plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.tar.bz2 plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.tar.xz plus-a80e10b7ba9771dca3fcddb3f0182a5aa1825226.zip |
Fix server switch incorrect map loading.
Diffstat (limited to 'src/net/eathena/gamehandler.h')
-rw-r--r-- | src/net/eathena/gamehandler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/eathena/gamehandler.h b/src/net/eathena/gamehandler.h index d9b9d80f6..425285f91 100644 --- a/src/net/eathena/gamehandler.h +++ b/src/net/eathena/gamehandler.h @@ -52,8 +52,6 @@ class GameHandler final : public MessageHandler, public Ea::GameHandler void ping(int tick); - void clear(); - void disconnect2(); void mapLoadedEvent(); |