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:
parent
101a12aa49
commit
5c6793e145
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue