summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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