diff options
-rw-r--r-- | src/net/ea/beingrecv.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index aa84b0143..f69a2f003 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -454,6 +454,10 @@ void BeingRecv::processBeingMove3(Net::MessageIn &msg) msg.readBeingId("being id")); if (!dstBeing) { + DEBUGLOGSTR("invisible player?"); + msg.readInt16("x"); + msg.readInt16("y"); + msg.readBytes(len, "moving path"); BLOCK_END("BeingRecv::processBeingMove3") return; } |