mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 17:27:38 +00:00
Fixed tree generators in Bukkit.
This commit is contained in:
parent
bfa7ac6a48
commit
84da5bc6f8
@ -55,7 +55,7 @@ public class WorldSetBlockProxy extends World {
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public boolean a(int x, int y, int z, int blockType) {
|
||||
public boolean b(int x, int y, int z, int blockType) {
|
||||
try {
|
||||
return editSession.setBlock(new Vector(x, y, z), new BaseBlock(blockType));
|
||||
} catch (MaxChangedBlocksException ex) {
|
||||
|
Loading…
Reference in New Issue
Block a user