diff options
Diffstat (limited to 'src/net/ea')
-rw-r--r-- | src/net/ea/beinghandler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/ea/beinghandler.cpp b/src/net/ea/beinghandler.cpp index 3d7e4f6a7..1a80b2c89 100644 --- a/src/net/ea/beinghandler.cpp +++ b/src/net/ea/beinghandler.cpp @@ -433,8 +433,11 @@ void BeingHandler::processNameResponse(Net::MessageIn &msg) const } localPlayer->checkNewName(dstBeing); } + BLOCK_END("BeingHandler::processNameResponse") + return; } } + msg.readString(24, "name"); BLOCK_END("BeingHandler::processNameResponse") } |