mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* An attempt to fix mantis #3953
This commit is contained in:
@@ -1616,8 +1616,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
agentData.child = false;
|
||||
agentData.firstname = m_firstName;
|
||||
agentData.lastname = m_lastName;
|
||||
|
||||
|
||||
ICapabilitiesModule capsModule = m_scene.RequestModuleInterface<ICapabilitiesModule>();
|
||||
|
||||
if (capsModule == null) // can happen when shutting down.
|
||||
return agentData;
|
||||
|
||||
agentData.CapsPath = capsModule.GetCapsPath(m_agentId);
|
||||
agentData.ChildrenCapSeeds = new Dictionary<ulong,string>(capsModule.GetChildrenSeeds(m_agentId));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user