From 73e1ef75ab344ad08aca743a08b9958693760876 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 17 Jul 2023 17:33:58 +0200 Subject: [PATCH] Fix WE-Axe Signed-off-by: Chaoscaot --- .../steamwar/bausystem/features/script/event/EventListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/script/event/EventListener.java b/BauSystem_Main/src/de/steamwar/bausystem/features/script/event/EventListener.java index 2254c927..1e1f5d21 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/script/event/EventListener.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/script/event/EventListener.java @@ -101,7 +101,7 @@ public class EventListener implements Listener { private final Set ignore = new HashSet<>(); - @EventHandler(priority = EventPriority.HIGH) + @EventHandler(priority = EventPriority.LOW) public void onPlayerInteract(PlayerInteractEvent event) { if (ignore.remove(event.getPlayer())) { return;