diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net/ea/loginhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/loginhandler.cpp b/src/net/ea/loginhandler.cpp index 8f66343f..9b5966f6 100644 --- a/src/net/ea/loginhandler.cpp +++ b/src/net/ea/loginhandler.cpp @@ -61,7 +61,7 @@ void LoginHandler::handleMessage(MessageIn &msg) { case SMSG_CHAR_PASSWORD_RESPONSE: { - // 0: acc not found, 1: success, 2: password mismatch, 3: pass too short + // 0: acc not found, 1: success, 2: password mismatch, 3: pass too short int errMsg = msg.readInt8(); // Successful pass change if (errMsg == 1) |