diff options
-rwxr-xr-x | bin/libsecondlife.dll | bin | 1533440 -> 1529856 bytes | |||
-rw-r--r-- | src/world/Avatar.cs | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/libsecondlife.dll b/bin/libsecondlife.dll index 90189a2..1e6e1e7 100755 --- a/bin/libsecondlife.dll +++ b/bin/libsecondlife.dll | |||
Binary files 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 | |||
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) { |