From f40845db9364086293645b7d86429f2386c79c89 Mon Sep 17 00:00:00 2001 From: gareth Date: Wed, 28 Feb 2007 22:59:59 +0000 Subject: Brought in newer libsl --- bin/libsecondlife.dll | Bin 1533440 -> 1529856 bytes src/world/Avatar.cs | 2 ++ 2 files changed, 2 insertions(+) diff --git a/bin/libsecondlife.dll b/bin/libsecondlife.dll index 90189a2..1e6e1e7 100755 Binary files a/bin/libsecondlife.dll and b/bin/libsecondlife.dll differ diff --git a/src/world/Avatar.cs b/src/world/Avatar.cs index 775b601..6177f6e 100644 --- a/src/world/Avatar.cs +++ b/src/world/Avatar.cs @@ -55,6 +55,8 @@ namespace OpenSim.world awb.ItemID = new LLUUID("00000000-0000-0000-0000-000000000000"); aw.WearableData[i] = awb; } + + ControllingClient.OutPacket(aw); } public void SendRegionHandshake(World RegionInfo) { -- cgit v1.1