diff --git a/core/src/main/java/de/erethon/dungeonsxl/sign/passive/InteractSign.java b/core/src/main/java/de/erethon/dungeonsxl/sign/passive/InteractSign.java index 064b9f00..5a7862eb 100644 --- a/core/src/main/java/de/erethon/dungeonsxl/sign/passive/InteractSign.java +++ b/core/src/main/java/de/erethon/dungeonsxl/sign/passive/InteractSign.java @@ -35,7 +35,7 @@ import org.bukkit.block.Sign; */ public class InteractSign extends Passive { - private int id = 1; + private int id = 0; public InteractSign(DungeonsAPI api, Sign sign, String[] lines, InstanceWorld instance) { super(api, sign, lines, instance);