mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Inventory redirects from CachedUserInfo to InventoryService COMPLETE!
This commit is contained in:
@@ -1249,11 +1249,11 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
else // Not successful
|
||||
{
|
||||
CachedUserInfo userInfo = m_commsProvider.UserProfileCacheService.GetUserDetails(agent.UUID);
|
||||
if (userInfo != null)
|
||||
{
|
||||
userInfo.FetchInventory();
|
||||
}
|
||||
//CachedUserInfo userInfo = m_commsProvider.UserProfileCacheService.GetUserDetails(agent.UUID);
|
||||
//if (userInfo != null)
|
||||
//{
|
||||
// userInfo.FetchInventory();
|
||||
//}
|
||||
agent.RestoreInCurrentScene();
|
||||
}
|
||||
// In any case
|
||||
|
||||
Reference in New Issue
Block a user