This commit is contained in:
nearfe 2024-06-14 20:37:25 -03:00
parent 5e7cad1696
commit 1c1b8a6f59
1 changed files with 0 additions and 3 deletions

View File

@ -464,9 +464,6 @@ public class MatchListener implements Listener {
EXPUtil.addExperienceToPlayer(player, 10, "Participating in unranked");
}
}
if (match.isShouldGiveXp()) {
match.broadcast("");
}