diff options
Diffstat (limited to 'src/net/ea/chatrecv.cpp')
-rw-r--r-- | src/net/ea/chatrecv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chatrecv.cpp b/src/net/ea/chatrecv.cpp index 9a49e6f94..4e4695cf6 100644 --- a/src/net/ea/chatrecv.cpp +++ b/src/net/ea/chatrecv.cpp @@ -117,7 +117,7 @@ void ChatRecv::processWhisperResponseContinue(Net::MessageIn &msg, } break; default: - UNIMPLIMENTEDPACKET; + UNIMPLIMENTEDPACKETFIELD(type); break; } BLOCK_END("ChatRecv::processWhisperResponse") |