--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/SecretDoor.java 2011/06/26 16:01:09 1527 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/SecretDoor.java 2011/06/26 19:00:17 1528 @@ -50,6 +50,7 @@ event.getPlayer().sendMessage("Secret door broken"); door.unregisterMap(doormap); doors.remove(door); + saveAll(); } }