diff options
author | MW | 2007-06-09 22:06:39 +0000 |
---|---|---|
committer | MW | 2007-06-09 22:06:39 +0000 |
commit | ed899c30f693138b4f69220b920e5456a9307bee (patch) | |
tree | 56f8df462df0bf0d98fec944985af0e28393620a /OpenSim/OpenSim.World/Avatar.Update.cs | |
parent | * follow up ignore of generated files (diff) | |
download | opensim-SC_OLD-ed899c30f693138b4f69220b920e5456a9307bee.zip opensim-SC_OLD-ed899c30f693138b4f69220b920e5456a9307bee.tar.gz opensim-SC_OLD-ed899c30f693138b4f69220b920e5456a9307bee.tar.bz2 opensim-SC_OLD-ed899c30f693138b4f69220b920e5456a9307bee.tar.xz |
a couple of changes/fixes
Diffstat (limited to '')
-rw-r--r-- | OpenSim/OpenSim.World/Avatar.Update.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.World/Avatar.Update.cs b/OpenSim/OpenSim.World/Avatar.Update.cs index 7a57ba4..c0d120a 100644 --- a/OpenSim/OpenSim.World/Avatar.Update.cs +++ b/OpenSim/OpenSim.World/Avatar.Update.cs | |||
@@ -42,8 +42,7 @@ namespace OpenSim.world | |||
42 | /// </summary> | 42 | /// </summary> |
43 | public void SendInitialPosition() | 43 | public void SendInitialPosition() |
44 | { | 44 | { |
45 | Console.WriteLine("sending initial Avatar data"); | 45 | this.ControllingClient.SendAvatarData(m_regionInfo, this.firstname, this.lastname, this.uuid, this.localid, new LLVector3(128, 128, 60)); |
46 | this.ControllingClient.SendAvatarData(m_regInfo, this.firstname, this.lastname, this.uuid, this.localid, new LLVector3(128, 128, 60)); | ||
47 | } | 46 | } |
48 | 47 | ||
49 | /// <summary> | 48 | /// <summary> |