dc: setTalkWhisper should be ownrecv. Other toons that are 'interested' in the toons update's should not receieve this field update.

This commit is contained in:
Harvir 2014-06-04 00:25:17 +01:00
parent 101a12aa49
commit 5c6793e145

View file

@ -225,7 +225,7 @@ dclass DistributedAvatar : DistributedSmoothNode, TalkPath_whisper {
setTalk(DoId fromAv, DoId fromAcc, string(0-256) avName,
string(0-400) chat, TalkModification [], uint8 flags) broadcast;
setTalkWhisper(DoId fromAv, DoId fromAcc, string(0-256) avName,
string(0-400) chat, TalkModification [], uint8 flags) broadcast;
string(0-400) chat, TalkModification [], uint8 flags) ownrecv;
};
struct FriendEntry {