Update teleport routing to match Avination
parent
4bf2e19898
commit
d5c5bbe0a1
|
@ -1188,6 +1188,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
client.Name, Scene.RegionInfo.RegionName, AbsolutePosition);
|
||||
|
||||
Vector3 look = Velocity;
|
||||
|
||||
if ((look.X == 0) && (look.Y == 0) && (look.Z == 0))
|
||||
{
|
||||
look = new Vector3(0.99f, 0.042f, 0);
|
||||
|
|
Loading…
Reference in New Issue