diff --git a/src/main/java/de/erethon/dungeonsxl/global/GlobalProtectionListener.java b/src/main/java/de/erethon/dungeonsxl/global/GlobalProtectionListener.java index b07ee709..97d2cee2 100644 --- a/src/main/java/de/erethon/dungeonsxl/global/GlobalProtectionListener.java +++ b/src/main/java/de/erethon/dungeonsxl/global/GlobalProtectionListener.java @@ -206,7 +206,7 @@ public class GlobalProtectionListener implements Listener { return; } - if (!Category.SIGNS.containsBlock(clickedBlock)) { + if (Category.SIGNS.containsBlock(clickedBlock)) { // Check Group Signs if (GroupSign.playerInteract(clickedBlock, player)) { event.setCancelled(true);