diff options
author | gareth | 2007-03-27 23:33:15 +0000 |
---|---|---|
committer | gareth | 2007-03-27 23:33:15 +0000 |
commit | 24b27487c0d1fea4bf4c00a8d0a370d54d699bb5 (patch) | |
tree | 99eb089ab307b9f7dbadc53430fcfc7db971df7a /OpenSim.Framework | |
parent | * revert the revert - begin the beguine (diff) | |
download | opensim-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.cs | 1 |
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 | } |