Fix essentials problems

This commit is contained in:
Jakub Kolář 2017-07-03 14:41:04 +02:00
parent c903569724
commit bec42d7741
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public class BoosCoolDownListener implements Listener {
}
}
@EventHandler(priority = EventPriority.LOWEST, ignoreCancelled = true)
@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
private void onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event) {
Player player = event.getPlayer();
UUID uuid = player.getUniqueId();