diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 5b9bfdb..db0b2cd 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -2062,7 +2062,7 @@ namespace OpenSim.Region.ClientStack | |||
2062 | // Item from inventory??? | 2062 | // Item from inventory??? |
2063 | outPacket.ObjectData[0].NameValue = | 2063 | outPacket.ObjectData[0].NameValue = |
2064 | Helpers.StringToField("AttachItemID STRING RW SV " + objectID.UUID); | 2064 | Helpers.StringToField("AttachItemID STRING RW SV " + objectID.UUID); |
2065 | outPacket.ObjectData[0].State = (byte)(((byte)AttachPoint) << 4); | 2065 | outPacket.ObjectData[0].State = (byte)((AttachPoint % 16) * 16 + (AttachPoint / 16)); |
2066 | } | 2066 | } |
2067 | 2067 | ||
2068 | // Sound Radius | 2068 | // Sound Radius |