Actually cache positives

avinationmerge
Melanie Thielker 2010-08-05 23:48:55 +02:00
parent d8f9b98c4a
commit 7368992ee9
1 changed files with 1 additions and 0 deletions

View File

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