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

feat: Implement ignore list #1307

Merged
merged 10 commits into from
Nov 23, 2023
Merged

feat: Implement ignore list #1307

merged 10 commits into from
Nov 23, 2023

Conversation

EmosewaMC
Copy link
Collaborator

fixes #985

Adds the Ignore/blocking of a player.
Tested that I can get my ignore list, add players to the list and remove players from the list.
The client handles all the actual blocking logic and I have an extra check on the server to prevent adding more than 32 players (the client limit), but the client is what actually stops this from going through.

aronwk-aaron
aronwk-aaron previously approved these changes Nov 19, 2023
@aronwk-aaron aronwk-aaron changed the title feature: Implement ignore list feat: Implement ignore list Nov 20, 2023
Jettford
Jettford previously approved these changes Nov 22, 2023
@EmosewaMC EmosewaMC dismissed stale reviews from Jettford and aronwk-aaron via 4e5facd November 22, 2023 02:12
@DarwinAnim8or DarwinAnim8or merged commit af70f87 into main Nov 23, 2023
3 checks passed
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

Successfully merging this pull request may close these issues.

BUG: Ignoring a player is unimplemented
4 participants