Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Fixed tree generators in Bukkit.
Dieser Commit ist enthalten in:
Ursprung
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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren