diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-23 02:50:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-23 02:50:46 +0300 |
commit | cf1a1df92c0b6993df420456fce2654263e3dbc8 (patch) | |
tree | c87b464df0716e9a549bf382fd952587a4bd65ce /src/net | |
parent | 94006f0111d07841d34a4f96e8899448efffa0f0 (diff) | |
download | plus-cf1a1df92c0b6993df420456fce2654263e3dbc8.tar.gz plus-cf1a1df92c0b6993df420456fce2654263e3dbc8.tar.bz2 plus-cf1a1df92c0b6993df420456fce2654263e3dbc8.tar.xz plus-cf1a1df92c0b6993df420456fce2654263e3dbc8.zip |
Fix read size for packet SMSG_BEING_REMOVE.
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/ea/beingrecv.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index cfae77247..a164706f0 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -72,7 +72,6 @@ void BeingRecv::processBeingRemove(Net::MessageIn &msg) Being *const dstBeing = actorManager->findBeing(id); if (!dstBeing) { - msg.readUInt8("dead flag?"); BLOCK_END("BeingRecv::processBeingRemove") return; } |