mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-16 22:03:53 +00:00
Fixed tree generators in Bukkit.
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user