mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 12:33:54 +00:00
Trees should be generated on the main thread
- Also remove warning when using tree tool
This commit is contained in:
@ -242,9 +242,6 @@ public class ToolCommands {
|
||||
TreeGenerator.TreeType type
|
||||
) throws WorldEditException {
|
||||
setTool(player, session, new TreePlanter(type), "worldedit.tool.tree.equip");
|
||||
//FAWE start
|
||||
player.print(TextComponent.of("Warning: This brush is currently not undo-able due to a Spigot bug!").color(TextColor.RED));
|
||||
//FAWE end
|
||||
}
|
||||
|
||||
@Command(
|
||||
|
Reference in New Issue
Block a user