mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 09:25:45 +08:00
Revert "Simplify friends caching by only doing this for root agents - no functions require caching for child agents."
We need to cache child agents so that friends object edit/delete permissions will work across boarders on regions hosted by different simulators.
This reverts commit d9f7b8549b.
This commit is contained in:
@@ -2670,7 +2670,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
sp.IsChildAgent ? "child" : "root", sp.Name, RegionInfo.RegionName);
|
||||
}
|
||||
|
||||
client.SceneAgent = sp;
|
||||
m_LastLogin = Util.EnvironmentTickCount();
|
||||
|
||||
// Cache the user's name
|
||||
|
||||
Reference in New Issue
Block a user