--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java 2011/06/27 19:43:33 1534 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/secretdoor/Door.java 2011/06/29 14:57:08 1535 @@ -81,6 +81,9 @@ width = Integer.parseInt( parts[6] ); height = Integer.parseInt( parts[7] ); + + + blocks = new Location[width][height]; loadBlocks(); } @@ -172,4 +175,4 @@ } } -} \ No newline at end of file +}