Fixed tree generators in Bukkit.

This commit is contained in:
sk89q 2011-01-16 13:44:41 -08:00
parent bfa7ac6a48
commit 84da5bc6f8

View File

@ -55,7 +55,7 @@ public class WorldSetBlockProxy extends World {
* @return * @return
*/ */
@Override @Override
public boolean a(int x, int y, int z, int blockType) { public boolean b(int x, int y, int z, int blockType) {
try { try {
return editSession.setBlock(new Vector(x, y, z), new BaseBlock(blockType)); return editSession.setBlock(new Vector(x, y, z), new BaseBlock(blockType));
} catch (MaxChangedBlocksException ex) { } catch (MaxChangedBlocksException ex) {