summaryrefslogtreecommitdiff
path: root/src/net/ea/chatrecv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/chatrecv.cpp')
-rw-r--r--src/net/ea/chatrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/ea/chatrecv.cpp b/src/net/ea/chatrecv.cpp
index ee994b7e4..6b9ade23d 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:
- UNIMPLIMENTEDPACKETFIELD(type);
+ UNIMPLEMENTEDPACKETFIELD(type);
break;
}
BLOCK_END("ChatRecv::processWhisperResponse")