Actually cache positives
parent
4f48afd990
commit
8501e34c59
|
@ -3913,6 +3913,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||||
ce = new UserInfoCacheEntry();
|
ce = new UserInfoCacheEntry();
|
||||||
ce.time = Util.EnvironmentTickCount();
|
ce.time = Util.EnvironmentTickCount();
|
||||||
ce.userProfile = userProfile;
|
ce.userProfile = userProfile;
|
||||||
|
m_userInfoCache[uuid] = ce;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue