summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-19 02:01:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-19 02:01:45 +0300
commit31b161eb6103191663067396439a03feb1cc8a48 (patch)
tree16793b7d1624f9fcde247bc780c716331b7903ec
parent31459efbd3e63433b11fbf1005b3aa116d9bc3c1 (diff)
downloadplus-31b161eb6103191663067396439a03feb1cc8a48.tar.gz
plus-31b161eb6103191663067396439a03feb1cc8a48.tar.bz2
plus-31b161eb6103191663067396439a03feb1cc8a48.tar.xz
plus-31b161eb6103191663067396439a03feb1cc8a48.zip
Fix disconnect chat command.
-rw-r--r--src/net/eathena/gamehandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp
index 1878e2298..274c04c0d 100644
--- a/src/net/eathena/gamehandler.cpp
+++ b/src/net/eathena/gamehandler.cpp
@@ -220,6 +220,7 @@ void GameHandler::ping(const int tick) const
void GameHandler::disconnect2() const
{
+ createOutPacket(CMSG_CLIENT_QUIT);
}
} // namespace EAthena