refactor: eliminate method in UserProfileCacheService

This commit is contained in:
Justin Clarke Casey
2008-04-11 16:13:33 +00:00
parent b3892096f3
commit 9a7717743b
3 changed files with 16 additions and 17 deletions

View File

@@ -550,7 +550,7 @@ namespace OpenSim.Region.Environment.Scenes
m_physicsActor.Flying = isFlying;
m_scene.SwapRootAgentCount(false);
m_scene.CommsManager.UserProfileCacheService.UpdateUserInventory(m_uuid);
m_scene.CommsManager.UserProfileCacheService.RequestInventoryForUser(m_uuid);
m_scene.AddCapsHandler(m_uuid);
//if (!m_gotAllObjectsInScene)
//{