mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* even more renaming and refactoring; the cleaning woman is on call.
This commit is contained in:
@@ -335,7 +335,7 @@ namespace OpenSim.Region.Environment
|
||||
|
||||
for (int i = 0; i < avatars.Count; i++)
|
||||
{
|
||||
sendRegionInfoPacket(avatars[i].ControllingClient);
|
||||
sendRegionInfoPacket(avatars[i]._ControllingClient);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -343,7 +343,7 @@ namespace OpenSim.Region.Environment
|
||||
{
|
||||
m_scene.ForEachScenePresence( delegate( ScenePresence scenePresence )
|
||||
{
|
||||
sendRegionHandshake(scenePresence.ControllingClient);
|
||||
sendRegionHandshake(scenePresence._ControllingClient);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user