Remove useless quaternion parameter from AttachObject sig

This commit is contained in:
Melanie Thielker
2010-07-14 19:21:01 +02:00
committed by Melanie
parent b8aa81635f
commit a7b5fe6a88
6 changed files with 10 additions and 10 deletions

View File

@@ -2572,7 +2572,7 @@ namespace OpenSim.Region.Framework.Scenes
if (AttachmentsModule != null)
AttachmentsModule.AttachObject(
sp.ControllingClient, grp.LocalId, (uint)0, grp.GroupRotation, grp.AbsolutePosition, false);
sp.ControllingClient, grp.LocalId, (uint)0, grp.AbsolutePosition, false);
}
else