diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 0140faa..af2753c 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -1249,11 +1249,11 @@ namespace OpenSim.Region.Framework.Scenes | |||
1249 | } | 1249 | } |
1250 | else // Not successful | 1250 | else // Not successful |
1251 | { | 1251 | { |
1252 | CachedUserInfo userInfo = m_commsProvider.UserProfileCacheService.GetUserDetails(agent.UUID); | 1252 | //CachedUserInfo userInfo = m_commsProvider.UserProfileCacheService.GetUserDetails(agent.UUID); |
1253 | if (userInfo != null) | 1253 | //if (userInfo != null) |
1254 | { | 1254 | //{ |
1255 | userInfo.FetchInventory(); | 1255 | // userInfo.FetchInventory(); |
1256 | } | 1256 | //} |
1257 | agent.RestoreInCurrentScene(); | 1257 | agent.RestoreInCurrentScene(); |
1258 | } | 1258 | } |
1259 | // In any case | 1259 | // In any case |