Question / Feature request: resetting 'Next Obstacle' after falling
bennapp opened this issue · 5 comments
Hello! I have a quick question / feature request, is it possible to make it such that the plugin will reset which obstacle is next after you fall off the course? Ideally, it would just reset the next obstacle to the starting obstacle of the course. Eg. in Canifis, after falling the tree would be highlighted as the next obstacle.
Also, just wanted to say thank you the plugin is awesome. I am happy to make a PR if you think this feature is possible, just point me in the right direction.
I saw this PR: 5d04e77
But I am not seeing the course reset on hit splat. I am on 0.4.8 and doing Canifis.
Forgive me if this is a silly question, but should this equality check for when the player takes dmg be ==
instead of !=
?
Yep, you are correct, i forgot to reverse the logic there from the original PR that i modified, ill create PR to hub right away for it, thanks!