--- miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/creative/GeneralContractorCommands.java 2012/03/12 20:18:16 1726 +++ miscJava/bukkit-minecraft-plugins/HoerupUtils/src/main/java/dk/thoerup/bukkit/hoeruputils/creative/GeneralContractorCommands.java 2012/03/12 20:22:27 1727 @@ -160,7 +160,7 @@ for (int x=(playerX-radius); x<=(playerX+radius); x++) { for (int z=(playerZ-radius); z<=(playerZ+radius); z++) { //int y = getGroundLevel(x,z) - 1; - int y = world.getHighestBlockYAt(x, z); + int y = world.getHighestBlockYAt(x, z) - 1; world.getBlockAt(x, y, z).setTypeId(blockid); }