aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorgareth2007-02-28 22:59:59 +0000
committergareth2007-02-28 22:59:59 +0000
commitf40845db9364086293645b7d86429f2386c79c89 (patch)
tree1792dc8cf01ac949c4a267ea8f1d5fd8277e7002
parentHalf-working asset system, but avatar objectupdate stuff needs to be done by ... (diff)
downloadopensim-SC_OLD-f40845db9364086293645b7d86429f2386c79c89.zip
opensim-SC_OLD-f40845db9364086293645b7d86429f2386c79c89.tar.gz
opensim-SC_OLD-f40845db9364086293645b7d86429f2386c79c89.tar.bz2
opensim-SC_OLD-f40845db9364086293645b7d86429f2386c79c89.tar.xz
Brought in newer libsl
-rwxr-xr-xbin/libsecondlife.dllbin1533440 -> 1529856 bytes
-rw-r--r--src/world/Avatar.cs2
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) {