Closed sniporbob closed 1 year ago
Decrementing waypoints below 0 was causing waypoint to wrap around to 69, but should instead be 99. Fixed currWP value when decrementing if currWP <1 by changing from 70 to 100.
Fixes issue:
Decrementing waypoints below 0 was causing waypoint to wrap around to 69, but should instead be 99. Fixed currWP value when decrementing if currWP <1 by changing from 70 to 100.
Fixes issue:
136