mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Prevent pieces from other people's HUDs from displaying at the center of
every user's HUD
This commit is contained in:
@@ -3362,7 +3362,8 @@ if (m_shape != null) {
|
||||
(ushort)(m_parentGroup.GetTimeDilation() *
|
||||
(float)ushort.MaxValue), LocalId, lPos,
|
||||
RotationOffset, Velocity,
|
||||
RotationalVelocity, state, FromAssetID);
|
||||
RotationalVelocity, state, FromAssetID,
|
||||
OwnerID, (int)AttachmentPoint);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user