aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
authorJeff Ames2010-02-15 19:15:03 +0900
committerJeff Ames2010-02-15 19:21:56 +0900
commitaf265e001d3bf043590e480cd6574a14193f6de0 (patch)
tree168217a56ba0d25d0fa063df6c27f8cbdca4bf67 /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
parentFixes a bug in the previous patch. (diff)
downloadopensim-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 '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs2
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);