mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
couple of small event changes
This commit is contained in:
@@ -1318,7 +1318,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
public virtual void OnGrabGroup(LLVector3 offsetPos, IClientAPI remoteClient)
|
||||
{
|
||||
m_scene.EventManager.TriggerGroupGrab(this.UUID, offsetPos);
|
||||
m_scene.EventManager.TriggerGroupGrab(this.UUID, offsetPos, remoteClient.AgentId);
|
||||
}
|
||||
|
||||
public void DeleteGroup()
|
||||
|
||||
Reference in New Issue
Block a user