mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
rename new osGetLinkInventoryItemKey as osGetLinkInventoryItemAssetKey
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user