separando a mensagem de coin do vote
This commit is contained in:
parent
4e6b65f5a3
commit
5e7cad1696
@ -466,6 +466,10 @@ public class MatchListener implements Listener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (match.isShouldGiveXp()) {
|
||||||
|
match.broadcast("");
|
||||||
|
}
|
||||||
|
|
||||||
TaskUtil.runAsync(() -> this.plugin.getVoteManager().sendVoteMessage(player, match.getArena()));
|
TaskUtil.runAsync(() -> this.plugin.getVoteManager().sendVoteMessage(player, match.getArena()));
|
||||||
|
|
||||||
if (!playerData.canPlayRanked() && !player.hasPermission("practice.ranked.bypass")) {
|
if (!playerData.canPlayRanked() && !player.hasPermission("practice.ranked.bypass")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user