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)
parent
52faae69d5
commit
1aab2d7427
|
@ -29,7 +29,7 @@ namespace OpenSim.world
|
||||||
public void SendInitialPosition()
|
public void SendInitialPosition()
|
||||||
{
|
{
|
||||||
Console.WriteLine("sending initial Avatar data");
|
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()
|
public void SendOurAppearance()
|
||||||
|
|
Loading…
Reference in New Issue