Skip to content
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

Remove useless clutter around delayed orders #1218

Merged
merged 1 commit into from
Aug 8, 2022

Conversation

lmoureaux
Copy link
Contributor

The code was needlessly convoluted, using a custom list class that wasn't
updated properly. This was the most likely cause of a crash reported in #1125.

Untested on my end, but the code was clearly completely wrong.

Closes #1125.

The code was needlessly convoluted, using a custom list class that wasn't
updated properly. This was the most likely cause of a crash reported in longturn#1125.

Closes longturn#1125.
@lmoureaux
Copy link
Contributor Author

@daavko maybe you can check that it fixes the bug?

@daavko
Copy link
Collaborator

daavko commented Aug 8, 2022

Verified, this fixes the bug

@lmoureaux
Copy link
Contributor Author

Thanks! Ignoring the Windows Clang failure and merging, it looks spurious

@lmoureaux lmoureaux merged commit e03e4f8 into longturn:master Aug 8, 2022
@lmoureaux lmoureaux deleted the bugfix/delayed-orders-crash branch August 8, 2022 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the "delayed goto" while in city view causes the client to crash
2 participants