aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/world/Avatar.cs
diff options
context:
space:
mode:
authorgareth2007-02-28 22:59:59 +0000
committergareth2007-02-28 22:59:59 +0000
commitf40845db9364086293645b7d86429f2386c79c89 (patch)
tree1792dc8cf01ac949c4a267ea8f1d5fd8277e7002 /src/world/Avatar.cs
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
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) {