diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 5f2fbac191..1f4293fe61 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -4243,6 +4243,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP args.Scene = Scene; args.Sender = this; + args.SenderUUID = this.AgentId; handlerChatFromClient = OnChatFromClient; if (handlerChatFromClient != null)