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:
@ -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());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user