mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-21 04:49:51 +08:00
Fixed tree generators in Bukkit.
This commit is contained in:
parent
bfa7ac6a48
commit
84da5bc6f8
@ -55,7 +55,7 @@ public WorldSetBlockProxy(EditSession editSession) {
|
|||||||
* @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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user