aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-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);