diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c40cf66..60b49ab 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -55,6 +55,8 @@ namespace OpenSim.Framework | |||
55 | StartTyping = 4, | 55 | StartTyping = 4, |
56 | StopTyping = 5, | 56 | StopTyping = 5, |
57 | DebugChannel = 6, | 57 | DebugChannel = 6, |
58 | Region = 7, | ||
59 | Owner = 8, | ||
58 | Broadcast = 0xFF | 60 | Broadcast = 0xFF |
59 | } | 61 | } |
60 | 62 | ||