mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
minor: find in existing senderUUID field for chat messages originating from a client
This commit is contained in:
@@ -4243,6 +4243,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
args.Scene = Scene;
|
||||
args.Sender = this;
|
||||
args.SenderUUID = this.AgentId;
|
||||
|
||||
handlerChatFromClient = OnChatFromClient;
|
||||
if (handlerChatFromClient != null)
|
||||
|
||||
Reference in New Issue
Block a user