mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Remove useless quaternion parameter from AttachObject sig
This commit is contained in:
@@ -2633,7 +2633,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
|
||||
|
||||
Reference in New Issue
Block a user