diff options
author | Jeff Ames | 2010-02-15 19:15:03 +0900 |
---|---|---|
committer | Jeff Ames | 2010-02-15 19:21:56 +0900 |
commit | af265e001d3bf043590e480cd6574a14193f6de0 (patch) | |
tree | 168217a56ba0d25d0fa063df6c27f8cbdca4bf67 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Fixes a bug in the previous patch. (diff) | |
download | opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.zip opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.tar.gz opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.tar.bz2 opensim-SC_OLD-af265e001d3bf043590e480cd6574a14193f6de0.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 9fe61a7..6cc0bd2 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5216,7 +5216,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5216 | args.Type = ChatTypeEnum.Shout; | 5216 | args.Type = ChatTypeEnum.Shout; |
5217 | args.Position = new Vector3(); | 5217 | args.Position = new Vector3(); |
5218 | args.Scene = Scene; | 5218 | args.Scene = Scene; |
5219 | args.Sender = this; | 5219 | args.Sender = this; |
5220 | ChatMessage handlerChatFromClient2 = OnChatFromClient; | 5220 | ChatMessage handlerChatFromClient2 = OnChatFromClient; |
5221 | if (handlerChatFromClient2 != null) | 5221 | if (handlerChatFromClient2 != null) |
5222 | handlerChatFromClient2(this, args); | 5222 | handlerChatFromClient2(this, args); |