rename new osGetLinkInventoryItemKey as osGetLinkInventoryItemAssetKey

This commit is contained in:
UbitUmarov
2024-03-24 11:34:23 +00:00
parent 1aa7bea608
commit 7c63ff1150
4 changed files with 5 additions and 9 deletions

View File

@@ -202,11 +202,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
Owner = Key;
Position = new LSL_Types.Vector3(presence.AbsolutePosition);
Rotation = new LSL_Types.Quaternion(
presence.Rotation.X,
presence.Rotation.Y,
presence.Rotation.Z,
presence.Rotation.W);
Rotation = new LSL_Types.Quaternion(presence.Rotation);
Velocity = new LSL_Types.Vector3(presence.Velocity);
Type = 0x01; // Avatar