mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
remove pointless region handle paramter from IClientAPI.SendKillObject()
This commit is contained in:
@@ -776,7 +776,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
||||
m_scene.ForEachClient(
|
||||
client =>
|
||||
{ if (client.AgentId != so.AttachedAvatar)
|
||||
client.SendKillObject(m_scene.RegionInfo.RegionHandle, new List<uint>() { so.LocalId });
|
||||
client.SendKillObject(new List<uint>() { so.LocalId });
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user