From cf1a1df92c0b6993df420456fce2654263e3dbc8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 23 Oct 2015 02:50:46 +0300 Subject: Fix read size for packet SMSG_BEING_REMOVE. --- src/net/ea/beingrecv.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net') 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; } -- cgit v1.2.3-60-g2f50