diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/net/ea/beingrecv.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/ea/beingrecv.cpp b/src/net/ea/beingrecv.cpp index 39dd85dc2..cb8af0318 100644 --- a/src/net/ea/beingrecv.cpp +++ b/src/net/ea/beingrecv.cpp @@ -280,6 +280,8 @@ void BeingRecv::processBeingEmotion(Net::MessageIn &msg) msg.readBeingId("being id")); if (!dstBeing) { + DEBUGLOGSTR("invisible player?"); + msg.readUInt8("emote"); BLOCK_END("BeingRecv::processBeingEmotion") return; } |