--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/AdvancedChest.java 2015/03/09 11:56:37 2428 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/chests/AdvancedChest.java 2015/03/09 12:29:22 2429 @@ -83,7 +83,7 @@ } - Block b = player.getTargetBlock( (HashSet)null, 30); + Block b = player.getTargetBlock( (Set)null, 30); if (b.getTypeId() != 54 && b.getTypeId() != 154) { player.sendMessage("[Chest] Please look at the chest/hopper you want to protect");