Fix Narya build.

This commit is contained in:
Sylvain Royer
2014-03-21 14:38:48 -07:00
parent 5afb22cd6c
commit 7105977c49
@@ -334,7 +334,7 @@ public abstract class ChatChannelManager
for (int bodyId : bodyIds) {
BodyObject bobj = getBodyObject(bodyId);
if (bobj != null && shouldDeliverSpeak(channel, message, bobj)) {
_chatHistory.record(channel, bobj.getChatIdentifier(), message, bobj.getVisibleName());
_chatHistory.record(channel, bobj.getChatIdentifier(message), message, bobj.getVisibleName());
bobj.postMessage(ChatCodes.CHAT_CHANNEL_NOTIFICATION, channel, message);
}
}