Skip to content

Commit

Permalink
Filter scores when fetching them as part of player join event
Browse files Browse the repository at this point in the history
  • Loading branch information
4Ply committed Jan 20, 2025
1 parent 1389913 commit 951e64e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class AgroNetPlayerConnectionListener(
logger.info("Scoreboard filter: $filter")
val scores = scoreApi.scoresGet(
player = playerName,
prefixFilter = filter,
limit = 10000,
)

Expand Down

0 comments on commit 951e64e

Please sign in to comment.