diff options
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index 59c45fa..0715b64 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -645,6 +645,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
645 | { | 645 | { |
646 | CachedUserInfo userInfo | 646 | CachedUserInfo userInfo |
647 | = CommsManager.UserProfileCacheService.GetUserDetails(remoteClient.AgentId); | 647 | = CommsManager.UserProfileCacheService.GetUserDetails(remoteClient.AgentId); |
648 | |||
648 | if (userInfo == null) | 649 | if (userInfo == null) |
649 | { | 650 | { |
650 | m_log.Error("[AGENT INVENTORY]: Failed to find user " + remoteClient.AgentId.ToString()); | 651 | m_log.Error("[AGENT INVENTORY]: Failed to find user " + remoteClient.AgentId.ToString()); |