diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-29 21:46:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-29 21:51:03 +0300 |
commit | dccd82a3a841e741c59a6db423e9ec1fc471baad (patch) | |
tree | b7d0a662fdecdf4e7327d416119a3cd5fbaa38c0 /src/net/tmwa | |
parent | 9ae83b4bb267c032f9499e80bc6b3bcd9fb37e71 (diff) | |
download | plus-dccd82a3a841e741c59a6db423e9ec1fc471baad.tar.gz plus-dccd82a3a841e741c59a6db423e9ec1fc471baad.tar.bz2 plus-dccd82a3a841e741c59a6db423e9ec1fc471baad.tar.xz plus-dccd82a3a841e741c59a6db423e9ec1fc471baad.zip |
Fix client detection in online list.
And online list typo.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r-- | src/net/tmwa/playerhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp index 621a747b0..8747cf9c4 100644 --- a/src/net/tmwa/playerhandler.cpp +++ b/src/net/tmwa/playerhandler.cpp @@ -237,7 +237,7 @@ void PlayerHandler::processOnlineList(Net::MessageIn &msg) while (buf - start + 1 < size && *(buf + addVal)) { - unsigned char status = 0; + unsigned char status = 255; unsigned char ver = 0; unsigned char level = 0; if (serverVersion >= 4) |