mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
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)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user