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;