test
This commit is contained in:
@@ -47,7 +47,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
return;
|
||||
|
||||
Vector3 front = player.GetInFrontOfPosition();
|
||||
front.Z = player.Position.Z;
|
||||
//front.Z = player.Position.Z;
|
||||
target.Position = front;
|
||||
target.Heading = player.Heading;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user