mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
* even more renaming and refactoring; the cleaning woman is on call.
This commit is contained in:
@@ -1236,7 +1236,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
List<ScenePresence> avatars = GetScenePresences();
|
||||
for (int i = 0; i < avatars.Count; i++)
|
||||
{
|
||||
avatars[i].ControllingClient.SendKillObject(m_regionHandle, part.LocalID);
|
||||
avatars[i]._ControllingClient.SendKillObject(m_regionHandle, part.LocalID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user