From 61792380a96e1479f5330b7c4698f7d19fea0cd7 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sun, 26 Oct 2014 21:25:06 -0700 Subject: [PATCH] will this break things? --- .../soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp index 74c02624..bfa04214 100644 --- a/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp +++ b/external/3rd/library/soePlatform/ChatAPI/projects/ChatAPI/ChatAPICore.cpp @@ -1890,7 +1890,7 @@ void ChatAPICore::responseCallback(short type, ByteStream::ReadIterator &iter) ChatAvatar *destAvatar = M.getDestAvatar()->getNewChatAvatar(); ChatAvatar *srcAvatar = M.getSrcAvatar()->getNewChatAvatar(); ChatAvatarCore *kickedAvatar = destRoomCore ? destRoomCore->removeAvatar(destAvatar->getAvatarID()) : NULL; - + ChatRoom *destRoom = getRoom(M.getRoomID()); if (!srcAvatar || !destAvatar || !kickedAvatar || !destRoom) {