--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java 2011/07/16 11:16:09 1579 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java 2011/07/17 19:28:22 1580 @@ -94,7 +94,7 @@ } public void powerChange(World world, int oldCurrent, int newCurrent ) { - if (newCurrent != 0 && isPowered() == true) { + if (isPowered() == true) { open(); } else { close(); @@ -104,7 +104,9 @@ public boolean isPowered() { for (int w=0; w