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

Infinite loop on cops chase #2

Closed
aconamos opened this issue Oct 10, 2020 · 1 comment
Closed

Infinite loop on cops chase #2

aconamos opened this issue Oct 10, 2020 · 1 comment

Comments

@aconamos
Copy link
Contributor

events.py
Wrong variable in if statement
Lines 22 and 46

currently:
if a == 1:
# run sequence
elif a == 2:
# fight sequence

fix:
if aout == 1:
# run sequence
elif aout == 2:
# fight sequence

M4cs pushed a commit that referenced this issue Oct 10, 2020
@M4cs
Copy link
Owner

M4cs commented Oct 10, 2020

Fixed in this commit and pushed as v1.1.9.

Thank you for opening finding this issue and fix!

@M4cs M4cs closed this as completed Oct 10, 2020
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

No branches or pull requests

2 participants