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)

merge
MW 2007-05-30 18:56:23 +00:00
parent 52faae69d5
commit 1aab2d7427
1 changed files with 1 additions and 1 deletions

View File

@ -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()