do things in the right order
parent
0b29bff512
commit
1f7286fb95
|
@ -216,13 +216,13 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
else
|
else
|
||||||
m_scopeID = account.ScopeID;
|
m_scopeID = account.ScopeID;
|
||||||
|
|
||||||
RegisterHandlers();
|
|
||||||
|
|
||||||
AddNewInventoryItem = m_Scene.AddUploadedInventoryItem;
|
AddNewInventoryItem = m_Scene.AddUploadedInventoryItem;
|
||||||
ItemUpdatedCall = m_Scene.CapsUpdateItemAsset;
|
ItemUpdatedCall = m_Scene.CapsUpdateItemAsset;
|
||||||
TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset;
|
TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset;
|
||||||
GetClient = m_Scene.SceneGraph.GetControllingClient;
|
GetClient = m_Scene.SceneGraph.GetControllingClient;
|
||||||
|
|
||||||
|
RegisterHandlers();
|
||||||
|
|
||||||
m_FileAgentInventoryState = FileAgentInventoryState.idle;
|
m_FileAgentInventoryState = FileAgentInventoryState.idle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue