aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.World/Avatar.Update.cs
diff options
context:
space:
mode:
authorMW2007-05-29 18:07:17 +0000
committerMW2007-05-29 18:07:17 +0000
commitb2f16fd4e1f95ba4c4f95cbbd43088943eaa125f (patch)
treedc5f8fc7aac3378cba174af90b973c514bdcc909 /OpenSim/OpenSim.World/Avatar.Update.cs
parent(no commit message) (diff)
downloadopensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.zip
opensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.tar.gz
opensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.tar.bz2
opensim-SC_OLD-b2f16fd4e1f95ba4c4f95cbbd43088943eaa125f.tar.xz
Now We need to test to see if we can login
Diffstat (limited to 'OpenSim/OpenSim.World/Avatar.Update.cs')
-rw-r--r--OpenSim/OpenSim.World/Avatar.Update.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.Update.cs b/OpenSim/OpenSim.World/Avatar.Update.cs
index 13a480a..90be4b1 100644
--- a/OpenSim/OpenSim.World/Avatar.Update.cs
+++ b/OpenSim/OpenSim.World/Avatar.Update.cs
@@ -28,7 +28,7 @@ namespace OpenSim.world
28 28
29 public void SendInitialPosition() 29 public void SendInitialPosition()
30 { 30 {
31 31 this.ControllingClient.SendAvatarData(this.regionData, this.firstname, this.lastname, this.uuid, this.localid, new LLVector3(128, 128, 100));
32 } 32 }
33 33
34 public void SendOurAppearance() 34 public void SendOurAppearance()
@@ -38,7 +38,7 @@ namespace OpenSim.world
38 38
39 public void SendOurAppearance(IClientAPI OurClient) 39 public void SendOurAppearance(IClientAPI OurClient)
40 { 40 {
41 41 this.ControllingClient.SendWearables(this.Wearables);
42 } 42 }
43 43
44 public void SendAppearanceToOtherAgent(Avatar avatarInfo) 44 public void SendAppearanceToOtherAgent(Avatar avatarInfo)