mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Attempt to fix mantis issue #82, taking prims into inventory and then rezzing them in another region.
This commit is contained in:
@@ -72,6 +72,15 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
}
|
||||
}
|
||||
|
||||
public void UpdateUserInventory(LLUUID userID)
|
||||
{
|
||||
CachedUserInfo userInfo = GetUserDetails(userID);
|
||||
if (userInfo != null)
|
||||
{
|
||||
RequestInventoryForUser(userID, userInfo);
|
||||
}
|
||||
}
|
||||
|
||||
public CachedUserInfo GetUserDetails(LLUUID userID)
|
||||
{
|
||||
if (m_userProfiles.ContainsKey(userID))
|
||||
|
||||
Reference in New Issue
Block a user