diff options
author | Justin Clarke Casey | 2008-04-11 16:13:33 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-04-11 16:13:33 +0000 |
commit | 9a7717743b7f7627bc80a69bb416838839062e72 (patch) | |
tree | 5bddb6a9f34af60b3fdbb2b55ffead32a4a3093e /OpenSim/Region/Environment | |
parent | * From: Dr Scofield <hud@zurich.ibm.com> (diff) | |
download | opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.zip opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.tar.gz opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.tar.bz2 opensim-SC_OLD-9a7717743b7f7627bc80a69bb416838839062e72.tar.xz |
refactor: eliminate method in UserProfileCacheService
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 365c884..795224e 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -550,7 +550,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
550 | m_physicsActor.Flying = isFlying; | 550 | m_physicsActor.Flying = isFlying; |
551 | 551 | ||
552 | m_scene.SwapRootAgentCount(false); | 552 | m_scene.SwapRootAgentCount(false); |
553 | m_scene.CommsManager.UserProfileCacheService.UpdateUserInventory(m_uuid); | 553 | m_scene.CommsManager.UserProfileCacheService.RequestInventoryForUser(m_uuid); |
554 | m_scene.AddCapsHandler(m_uuid); | 554 | m_scene.AddCapsHandler(m_uuid); |
555 | //if (!m_gotAllObjectsInScene) | 555 | //if (!m_gotAllObjectsInScene) |
556 | //{ | 556 | //{ |