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
Achievement Bit / Achievement Bit Index is an unsigned int, it represent an index into an array. Any negative value is an invalid value, we should add a way to lint for this and when we do we can add the following tests back in to check that the linter catches the errors.
Achievement Bit / Achievement Bit Index is an unsigned int, it represent an index into an array. Any negative value is an invalid value, we should add a way to lint for this and when we do we can add the following tests back in to check that the linter catches the errors.
The text was updated successfully, but these errors were encountered: