From 1aab2d7427da95e433cf620af439224db9e02fdd Mon Sep 17 00:00:00 2001 From: MW Date: Wed, 30 May 2007 18:56:23 +0000 Subject: Seems our avatar was a bit overexcited about existing and stayed about 5 miles above the ground, so time for them to come back down to earth a bit (ie now your avatar is only slightly above ground level) --- OpenSim/OpenSim.World/Avatar.Update.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/OpenSim.World/Avatar.Update.cs b/OpenSim/OpenSim.World/Avatar.Update.cs index 9a5e06c..c8d92ec 100644 --- a/OpenSim/OpenSim.World/Avatar.Update.cs +++ b/OpenSim/OpenSim.World/Avatar.Update.cs @@ -29,7 +29,7 @@ namespace OpenSim.world public void SendInitialPosition() { Console.WriteLine("sending initial Avatar data"); - this.ControllingClient.SendAvatarData(this.regionData, this.firstname, this.lastname, this.uuid, this.localid, new LLVector3(128, 128, 100)); + this.ControllingClient.SendAvatarData(this.regionData, this.firstname, this.lastname, this.uuid, this.localid, new LLVector3(128, 128, 60)); } public void SendOurAppearance() -- cgit v1.1