mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
do things in the right order
This commit is contained in:
@@ -216,13 +216,13 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
else
|
||||
m_scopeID = account.ScopeID;
|
||||
|
||||
RegisterHandlers();
|
||||
|
||||
AddNewInventoryItem = m_Scene.AddUploadedInventoryItem;
|
||||
ItemUpdatedCall = m_Scene.CapsUpdateItemAsset;
|
||||
TaskScriptUpdatedCall = m_Scene.CapsUpdateTaskInventoryScriptAsset;
|
||||
GetClient = m_Scene.SceneGraph.GetControllingClient;
|
||||
|
||||
RegisterHandlers();
|
||||
|
||||
m_FileAgentInventoryState = FileAgentInventoryState.idle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user