diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 8737c22..d2ee770 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -363,7 +363,7 @@ namespace OpenSim.Framework | |||
363 | // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] | 363 | // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] |
364 | event ImprovedInstantMessage OnInstantMessage; | 364 | event ImprovedInstantMessage OnInstantMessage; |
365 | // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments. Rename OnChat.")] | 365 | // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments. Rename OnChat.")] |
366 | event ChatMessage OnChatFromViewer; | 366 | event ChatMessage OnChatFromClient; |
367 | // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] | 367 | // [Obsolete("LLClientView Specific - Replace with more bare-bones arguments.")] |
368 | event TextureRequest OnRequestTexture; | 368 | event TextureRequest OnRequestTexture; |
369 | // [Obsolete("LLClientView Specific - Remove bitbuckets. Adam, can you be more specific here.. as I don't see any bit buckets.")] | 369 | // [Obsolete("LLClientView Specific - Remove bitbuckets. Adam, can you be more specific here.. as I don't see any bit buckets.")] |