diff options
-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 | } |