Skip to content

Commit

Permalink
priority shift
Browse files Browse the repository at this point in the history
  • Loading branch information
YouHaveTrouble committed Jun 2, 2021
1 parent 598756f commit 697a5e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.*;

public class PlayerCommandSendListener implements Listener {
@EventHandler(priority = EventPriority.HIGHEST)
@EventHandler(priority = EventPriority.NORMAL)
public void PlayerCommandSendEvent(org.bukkit.event.player.PlayerCommandSendEvent event) {
Player player = event.getPlayer();
if (player.hasPermission("commandwhitelist.bypass"))
Expand Down

0 comments on commit 697a5e5

Please sign in to comment.