aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework
diff options
context:
space:
mode:
authorgareth2007-03-27 23:33:15 +0000
committergareth2007-03-27 23:33:15 +0000
commit24b27487c0d1fea4bf4c00a8d0a370d54d699bb5 (patch)
tree99eb089ab307b9f7dbadc53430fcfc7db971df7a /OpenSim.Framework
parent* revert the revert - begin the beguine (diff)
downloadopensim-SC_OLD-24b27487c0d1fea4bf4c00a8d0a370d54d699bb5.zip
opensim-SC_OLD-24b27487c0d1fea4bf4c00a8d0a370d54d699bb5.tar.gz
opensim-SC_OLD-24b27487c0d1fea4bf4c00a8d0a370d54d699bb5.tar.bz2
opensim-SC_OLD-24b27487c0d1fea4bf4c00a8d0a370d54d699bb5.tar.xz
Who dropped my child_agent flag? It returns
Diffstat (limited to 'OpenSim.Framework')
-rw-r--r--OpenSim.Framework/AgentCiruitData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim.Framework/AgentCiruitData.cs b/OpenSim.Framework/AgentCiruitData.cs
index 3ab8a80..461d962 100644
--- a/OpenSim.Framework/AgentCiruitData.cs
+++ b/OpenSim.Framework/AgentCiruitData.cs
@@ -14,5 +14,6 @@ namespace OpenSim.Framework.Interfaces
14 public string firstname; 14 public string firstname;
15 public string lastname; 15 public string lastname;
16 public uint circuitcode; 16 public uint circuitcode;
17 public bool child;
17 } 18 }
18} 19}