Skip to content

Commit

Permalink
client: fix tp to waypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady committed Aug 10, 2022
1 parent d357faa commit 9098f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeroam-extended/client/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ function getWaypoint(sprite = 8): [number, number, number, number] | null {
export function raycast(
start: alt.Vector3,
dest: alt.Vector3,
flags = 1 | 16,
flags = 99999,
): { pos: alt.Vector3; entity: number } | null {
const ray = native.startExpensiveSynchronousShapeTestLosProbe(
start.x,
Expand Down

0 comments on commit 9098f68

Please sign in to comment.