diff options
Diffstat (limited to 'src/net')
-rw-r--r-- | src/net/ea/chathandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/ea/chathandler.cpp b/src/net/ea/chathandler.cpp index 93c383270..1497e41aa 100644 --- a/src/net/ea/chathandler.cpp +++ b/src/net/ea/chathandler.cpp @@ -104,6 +104,7 @@ void ChatHandler::processWhisperResponse(Net::MessageIn &msg) logger->log("QQQ SMSG_WHISPER_RESPONSE:" + toString(type)); } + break; } BLOCK_END("ChatHandler::processWhisperResponse") } |