mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* ModuleLoader: Privatized some too-public fields
* Scene: Changed name from MakeAvatarPhysical to MakeRootAgent and added ForEachClient * SceneManager: Added ForEachScene * Worked some on appearances.
This commit is contained in:
@@ -310,5 +310,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
avatar = null;
|
||||
return false;
|
||||
}
|
||||
|
||||
public void ForEachScene(Action<Scene> action )
|
||||
{
|
||||
m_localScenes.ForEach( action );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user