Skip to content

Commit 8658cb3

Browse files
Add files via upload
1 parent 118ef1d commit 8658cb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rocket.Unturned/Player/UnturnedPlayerMovement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private void FixedUpdate()
4949
if (_movement == null) return;
5050
}
5151

52-
Vector3 pos = Player.Position;
52+
Vector3 pos = _movement.transform.position;
5353

5454
// Skip the very first sample (sentinel y == -1).
5555
if (_lastPos.y != -1f)

0 commit comments

Comments
 (0)