You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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];
The text was updated successfully, but these errors were encountered:
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];
The text was updated successfully, but these errors were encountered: