Finally, remove the part that does the bad deed

0.6.9-post-fixes
Melanie 2010-08-06 00:00:50 +01:00
parent 8501e34c59
commit c313126bc3
1 changed files with 1 additions and 2 deletions

View File

@ -3891,8 +3891,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
UUID uuid = (UUID)id;
UserProfileData userProfile =
World.CommsManager.UserService.GetUserProfile(uuid);
UserProfileData userProfile;
UserInfoCacheEntry ce;
if (!m_userInfoCache.TryGetValue(uuid, out ce))