aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorMW2007-10-16 15:09:06 +0000
committerMW2007-10-16 15:09:06 +0000
commitbe0aebcc9af8c0bfe684f64c6b37f94f685a45f1 (patch)
treec8e108233a27ecd2b8baf7e61468deddd777df08 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
parentCouple of small changes to Xml serialising of SceneObjectGroups (shouldn't ef... (diff)
downloadopensim-SC_OLD-be0aebcc9af8c0bfe684f64c6b37f94f685a45f1.zip
opensim-SC_OLD-be0aebcc9af8c0bfe684f64c6b37f94f685a45f1.tar.gz
opensim-SC_OLD-be0aebcc9af8c0bfe684f64c6b37f94f685a45f1.tar.bz2
opensim-SC_OLD-be0aebcc9af8c0bfe684f64c6b37f94f685a45f1.tar.xz
couple of small event changes
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
index f1930ea..9f8ea0c 100644
--- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs
@@ -1318,7 +1318,7 @@ namespace OpenSim.Region.Environment.Scenes
1318 1318
1319 public virtual void OnGrabGroup(LLVector3 offsetPos, IClientAPI remoteClient) 1319 public virtual void OnGrabGroup(LLVector3 offsetPos, IClientAPI remoteClient)
1320 { 1320 {
1321 m_scene.EventManager.TriggerGroupGrab(this.UUID, offsetPos); 1321 m_scene.EventManager.TriggerGroupGrab(this.UUID, offsetPos, remoteClient.AgentId);
1322 } 1322 }
1323 1323
1324 public void DeleteGroup() 1324 public void DeleteGroup()