1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

remove clearReceivers()

This commit is contained in:
2023-10-02 10:34:28 -07:00
parent 1f09d6c48a
commit 82abcb2f07

View File

@ -364,7 +364,6 @@ bool plResponderModifier::IContinueSending()
plArmatureMod *avatar = plAvatarMgr::GetInstance()->GetLocalAvatar(); plArmatureMod *avatar = plAvatarMgr::GetInstance()->GetLocalAvatar();
if(avatar) if(avatar)
{ {
swMsg->ClearReceivers();
swMsg->AddReceiver(avatar->GetKey()); swMsg->AddReceiver(avatar->GetKey());
} }
} }