-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in MissionRawImpl::set_current_mission_item_async() #1936
Labels
Comments
Do you feel like opening a PR for it, so that you get the credit? 😇 |
Wow. That's a great idea. Never done that on a public project before.
Will have to investigate!
…On 11/29/22 12:48 PM, Jonas Vautherin wrote:
Do you feel like opening a PR for it, so that you get the credit? 😇
—
Reply to this email directly, view it on GitHub
<#1936 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF2F5VNCMYPYCQJRO6PEYSLWKZT2LANCNFSM6AAAAAASOWTWN4>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just ping me here if you need help or decide to give up. But I think it's worth it. It's something like this:
|
Whoops, good catch @steveb2014. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this check in the
MissionRawImpl::set_current_mission_item_async
method. The&&
should be an||
and should be an easy fix.The text was updated successfully, but these errors were encountered: