The issue is that after a player’s ban expires, the server doesn’t remove them from the banned players JSON. Since the website doesn’t validate if a ban has expired, it just assumes the player is still banned since they are present in the JSON and displays the banned message on their profile.
The issue is that after a player’s ban expires, the server doesn’t remove them from the banned players JSON. Since the website doesn’t validate if a ban has expired, it just assumes the player is still banned since they are present in the JSON and displays the banned message on their profile.
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The issue is that after a player’s ban expires, the server doesn’t remove them from the banned players JSON. Since the website doesn’t validate if a ban has expired, it just assumes the player is still banned since they are present in the JSON and displays the banned message on their profile.