aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ChildAgentDataUpdate.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/ChildAgentDataUpdate.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/ChildAgentDataUpdate.cs b/OpenSim/Framework/ChildAgentDataUpdate.cs
index 32ce4ab..4bb33f9 100644
--- a/OpenSim/Framework/ChildAgentDataUpdate.cs
+++ b/OpenSim/Framework/ChildAgentDataUpdate.cs
@@ -46,5 +46,8 @@ namespace OpenSim.Framework
46 public Guid AgentID; 46 public Guid AgentID;
47 public float godlevel; 47 public float godlevel;
48 public byte[] throttles; 48 public byte[] throttles;
49 public bool alwaysrun;
50 public Guid ActiveGroupID;
51 public uint GroupAccess;
49 } 52 }
50} \ No newline at end of file 53} \ No newline at end of file