--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/AdminDestroy.java 2011/04/23 14:32:49 1381 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/dk/thoerup/bukkit/hoeruputils/AdminDestroy.java 2011/04/23 14:40:49 1383 @@ -50,7 +50,7 @@ case 3: return 0; //instabreak already throws dirt case 16: - return 264; + return 263; default: return b.getTypeId(); //don't throw any others } @@ -71,7 +71,7 @@ if (blockid != 0) { ItemStack stack = new ItemStack(blockid, 1); - b.getWorld().dropItem(b.getLocation(), stack); + b.getWorld().dropItemNaturally(b.getLocation(), stack); } }