diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 5f2fbac..1f4293f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -4243,6 +4243,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4243 | 4243 | ||
4244 | args.Scene = Scene; | 4244 | args.Scene = Scene; |
4245 | args.Sender = this; | 4245 | args.Sender = this; |
4246 | args.SenderUUID = this.AgentId; | ||
4246 | 4247 | ||
4247 | handlerChatFromClient = OnChatFromClient; | 4248 | handlerChatFromClient = OnChatFromClient; |
4248 | if (handlerChatFromClient != null) | 4249 | if (handlerChatFromClient != null) |