--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/07/10 07:45:38 1577 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/HoerupUtilsPlugin.java 2011/07/16 11:01:02 1578 @@ -59,6 +59,7 @@ DoorBlockListener secretDoor = new DoorBlockListener(this); pm.registerEvent(Event.Type.BLOCK_BREAK, secretDoor, Priority.Normal, this); pm.registerEvent(Event.Type.SIGN_CHANGE, secretDoor, Priority.Normal, this); + pm.registerEvent(Event.Type.REDSTONE_CHANGE, secretDoor, Priority.Normal, this); pm.registerEvent(Event.Type.PLAYER_INTERACT, secretDoor.getPlayerListener(), Priority.Normal, this); }