mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
Merge branch 'master' into bigmerge
Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
This commit is contained in:
@@ -135,7 +135,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
ItemUpdatedCall = m_Scene.CapsUpdateInventoryItemAsset;
|
||||
TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset;
|
||||
CAPSFetchInventoryDescendents = m_Scene.HandleFetchInventoryDescendentsCAPS;
|
||||
GetClient = m_Scene.SceneContents.GetControllingClient;
|
||||
GetClient = m_Scene.SceneGraph.GetControllingClient;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -489,11 +489,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get { return m_authenticateHandler; }
|
||||
}
|
||||
|
||||
public SceneGraph SceneContents
|
||||
{
|
||||
get { return m_sceneGraph; }
|
||||
}
|
||||
|
||||
public bool UseBackup
|
||||
{
|
||||
get { return m_useBackup; }
|
||||
|
||||
Reference in New Issue
Block a user