Forgot to register command signs /o\

This commit is contained in:
Daniel Saukel 2020-06-02 20:32:37 +02:00
parent 69ca72a205
commit c1ff83b43a
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ public class DungeonsXL extends DREPlugin implements DungeonsAPI {
signRegistry.add("BOSSSHOP", BossShopSign.class);
signRegistry.add("CHECKPOINT", CheckpointSign.class);
signRegistry.add("CLASSES", ClassesSign.class);
//signRegistry.add("CMD", CommandSign.class); TODO: REIMPLEMENT
signRegistry.add("CMD", CommandSign.class);
signRegistry.add("DROP", DropSign.class);
signRegistry.add("DUNGEONCHEST", DungeonChestSign.class);
signRegistry.add("END", EndSign.class);