aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 160d57e..0802952 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1327,6 +1327,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1327 agentData.firstname = m_firstName; 1327 agentData.firstname = m_firstName;
1328 agentData.lastname = m_lastName; 1328 agentData.lastname = m_lastName;
1329 agentData.CapsPath = m_scene.GetCapsPath(m_agentId); 1329 agentData.CapsPath = m_scene.GetCapsPath(m_agentId);
1330 agentData.ChildrenCapSeeds = new Dictionary<ulong,string>(m_scene.GetChildrenSeeds(m_agentId));
1330 return agentData; 1331 return agentData;
1331 } 1332 }
1332 1333