Finally, remove the part that does the bad deed
parent
8501e34c59
commit
c313126bc3
|
@ -3891,8 +3891,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
|
|
||||||
UUID uuid = (UUID)id;
|
UUID uuid = (UUID)id;
|
||||||
|
|
||||||
UserProfileData userProfile =
|
UserProfileData userProfile;
|
||||||
World.CommsManager.UserService.GetUserProfile(uuid);
|
|
||||||
|
|
||||||
UserInfoCacheEntry ce;
|
UserInfoCacheEntry ce;
|
||||||
if (!m_userInfoCache.TryGetValue(uuid, out ce))
|
if (!m_userInfoCache.TryGetValue(uuid, out ce))
|
||||||
|
|
Loading…
Reference in New Issue