Skip to content

Commit

Permalink
Remove redundant score removal on objective unregister
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Jun 21, 2024
1 parent 0aa3886 commit 852c412
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ public void removePlayer(@NotNull Player player) {
}
for (VelocityObjective objective : objectives.values()) {
objective.sendUnregister(list);
for (VelocityScore score : objective.getScores()) {
score.sendRemove(list); //TODO check if this is actually needed
}
}
}

Expand Down

0 comments on commit 852c412

Please sign in to comment.