aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/world/Avatar.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/world/Avatar.cs')
-rw-r--r--src/world/Avatar.cs2
1 files changed, 2 insertions, 0 deletions
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
55 awb.ItemID = new LLUUID("00000000-0000-0000-0000-000000000000"); 55 awb.ItemID = new LLUUID("00000000-0000-0000-0000-000000000000");
56 aw.WearableData[i] = awb; 56 aw.WearableData[i] = awb;
57 } 57 }
58
59 ControllingClient.OutPacket(aw);
58 } 60 }
59 61
60 public void SendRegionHandshake(World RegionInfo) { 62 public void SendRegionHandshake(World RegionInfo) {