minor: find in existing senderUUID field for chat messages originating from a client
parent
1a55dd11f1
commit
22aeda3ba1
|
@ -4243,6 +4243,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
|
||||
args.Scene = Scene;
|
||||
args.Sender = this;
|
||||
args.SenderUUID = this.AgentId;
|
||||
|
||||
handlerChatFromClient = OnChatFromClient;
|
||||
if (handlerChatFromClient != null)
|
||||
|
|
Loading…
Reference in New Issue