mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
avoid sending pbr lludp messages to older viewers
This commit is contained in:
@@ -222,8 +222,7 @@ namespace OpenSim.Region.CoreModules.Framework
|
||||
m_capsPaths[agent.AgentID] = agent.CapsPath;
|
||||
|
||||
lock (m_childrenSeeds)
|
||||
m_childrenSeeds[agent.AgentID]
|
||||
= ((agent.ChildrenCapSeeds == null) ? new Dictionary<ulong, string>() : agent.ChildrenCapSeeds);
|
||||
m_childrenSeeds[agent.AgentID] = (agent.ChildrenCapSeeds ?? new Dictionary<ulong, string>());
|
||||
}
|
||||
|
||||
public string GetCapsPath(UUID agentId)
|
||||
|
||||
Reference in New Issue
Block a user