Actually cache positives

0.6.9-post-fixes
Melanie 2010-08-05 23:33:19 +01:00
parent 4f48afd990
commit 8501e34c59
1 changed files with 1 additions and 0 deletions

View File

@ -3913,6 +3913,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
ce = new UserInfoCacheEntry();
ce.time = Util.EnvironmentTickCount();
ce.userProfile = userProfile;
m_userInfoCache[uuid] = ce;
}
else
{