diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ChildAgentDataUpdate.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/ChildAgentDataUpdate.cs b/OpenSim/Framework/ChildAgentDataUpdate.cs index c48f53a..ff6b763 100644 --- a/OpenSim/Framework/ChildAgentDataUpdate.cs +++ b/OpenSim/Framework/ChildAgentDataUpdate.cs | |||
@@ -19,5 +19,6 @@ namespace OpenSim.Framework | |||
19 | public float AVHeight; | 19 | public float AVHeight; |
20 | public Guid AgentID; | 20 | public Guid AgentID; |
21 | public float godlevel; | 21 | public float godlevel; |
22 | public byte[] throttles; | ||
22 | } | 23 | } |
23 | } | 24 | } |