mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* even more renaming and refactoring; the cleaning woman is on call.
This commit is contained in:
@@ -700,7 +700,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
List<ScenePresence> avatars = m_parentGroup.GetScenePresences();
|
||||
for (int i = 0; i < avatars.Count; i++)
|
||||
{
|
||||
m_parentGroup.SendPartFullUpdate(avatars[i].ControllingClient, this);
|
||||
m_parentGroup.SendPartFullUpdate(avatars[i]._ControllingClient, this);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -764,7 +764,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
List<ScenePresence> avatars = m_parentGroup.GetScenePresences();
|
||||
for (int i = 0; i < avatars.Count; i++)
|
||||
{
|
||||
m_parentGroup.SendPartTerseUpdate(avatars[i].ControllingClient, this);
|
||||
m_parentGroup.SendPartTerseUpdate(avatars[i]._ControllingClient, this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user