couple of small event changes

This commit is contained in:
MW
2007-10-16 15:09:06 +00:00
parent 0f1604a53f
commit be0aebcc9a
2 changed files with 4 additions and 4 deletions

View File

@@ -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()