mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
those events are per script not per part
This commit is contained in:
@@ -365,6 +365,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
|
||||
}
|
||||
else if (c.SenderUUID != UUID.Zero)
|
||||
{
|
||||
if(c.SenderObject == null)
|
||||
return;
|
||||
fromID = c.SenderUUID;
|
||||
ownerID = ((SceneObjectPart)c.SenderObject).OwnerID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user