minor: find in existing senderUUID field for chat messages originating from a client

This commit is contained in:
Justin Clarke Casey
2009-01-21 17:56:25 +00:00
parent 1a55dd11f1
commit 22aeda3ba1

View File

@@ -4243,6 +4243,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
args.Scene = Scene;
args.Sender = this;
args.SenderUUID = this.AgentId;
handlerChatFromClient = OnChatFromClient;
if (handlerChatFromClient != null)