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

Bug in defaultUses increment #1

Open
saint11 opened this issue Nov 16, 2020 · 1 comment
Open

Bug in defaultUses increment #1

saint11 opened this issue Nov 16, 2020 · 1 comment

Comments

@saint11
Copy link

saint11 commented Nov 16, 2020

In Ruleset.hx the line 114 is commented out
defaultUses[index] = if (defaultUses[index] == null) 1 else ++defaultUses[index];
but it should be used instead of line 115.
++defaultUses[index];

@chiguire
Copy link
Owner

Hi, thanks for opening an issue. It's been a while since I've ported this code, what problem does this solve? I can make this fix very quickly

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