diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index f5e98c8..0ece1a3 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -838,6 +838,7 @@ namespace OpenSim.Framework | |||
838 | 838 | ||
839 | event RequestObjectPropertiesFamily OnObjectGroupRequest; | 839 | event RequestObjectPropertiesFamily OnObjectGroupRequest; |
840 | event ScriptReset OnScriptReset; | 840 | event ScriptReset OnScriptReset; |
841 | event UpdateVector OnAutoPilotGo; | ||
841 | 842 | ||
842 | [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")] | 843 | [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")] |
843 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); | 844 | void OutPacket(Packet newPack, ThrottleOutPacketType packType); |