mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Prevent pieces from other people's HUDs from displaying at the center of
every user's HUD
This commit is contained in:
@@ -560,7 +560,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
{
|
||||
}
|
||||
|
||||
public virtual void AttachObject(uint localID, Quaternion rotation, byte attachPoint)
|
||||
public virtual void AttachObject(uint localID, Quaternion rotation, byte attachPoint, UUID ownerID)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -587,7 +587,7 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
}
|
||||
public virtual void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID,
|
||||
Vector3 position, Quaternion rotation, Vector3 velocity,
|
||||
Vector3 rotationalvelocity, byte state, UUID AssetId)
|
||||
Vector3 rotationalvelocity, byte state, UUID AssetId, UUID ownerID, int attachPoint)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user