do things in the right order

master
UbitUmarov 2020-04-28 15:53:50 +01:00
parent 0b29bff512
commit 1f7286fb95
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}