diff options
Diffstat (limited to 'src/game-server/gamehandler.cpp')
-rw-r--r-- | src/game-server/gamehandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/gamehandler.cpp b/src/game-server/gamehandler.cpp index 05e4d2b0..5801c6fe 100644 --- a/src/game-server/gamehandler.cpp +++ b/src/game-server/gamehandler.cpp @@ -309,7 +309,7 @@ void GameHandler::processMessage(NetComputer *comp, MessageIn &message) bool reconnectAccount = (bool) message.readByte(); result.writeShort(GPMSG_DISCONNECT_RESPONSE); - result.writeShort(ERRMSG_OK); // It is when control reaches here + result.writeByte(ERRMSG_OK); // It is, when control reaches here if (reconnectAccount) { |