Fix essentials problems

This commit is contained in:
Jakub Kolář 2017-07-03 14:41:04 +02:00
parent c903569724
commit bec42d7741

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) { private void onPlayerCommandPreprocess(PlayerCommandPreprocessEvent event) {
Player player = event.getPlayer(); Player player = event.getPlayer();
UUID uuid = player.getUniqueId(); UUID uuid = player.getUniqueId();