-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[HOTFIX] Fix MRP whitelist auto denying people with any medium severity notes in 14 days #34532
[HOTFIX] Fix MRP whitelist auto denying people with any medium severity notes in 14 days #34532
Conversation
Get triaged nerd |
Are the automatic whitelists even activated yet? |
Absolutely no clue. We're on a manual forum process rather than "you're in if you have (x) amount of playtime, no notes, etc". Recently a user has been blocked from joining Mander because they "had too many recent admin notes", so the system might actually be enabled, and in this case it might need to be fixed. |
git is high and obliterated the diff in some weird dark and twisted way but I promise I didn't mess anything up |
There is still some discussion, feel free to approve as-is, but do not merge for a couple hours/further notice |
…ty notes in 14 days (space-wizards#34532) * fix mrp whitelist auto denying people with warning * make headmin requested changes * godo
About the PR
Fixes a bug causing player connection to be denied to the salamander server if the user has medium severity notes in the past 14 days.
Previously this was supposed to be more than or equal to two, however a typo caused it to be one. This issue hasn't arisen until today.
Why / Balance
Bug. Issue was discovered and relayed to me privately.
Technical details
Changes
minimumNotes
from 1 to 2. It was supposed to be 2 as the comment describes it.Requirements
Changelog
No CL no fun