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 --- src/world/Avatar.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/world/Avatar.cs') 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