Trees should be generated on the main thread

- Also remove warning when using tree tool
This commit is contained in:
dordsor21
2021-08-07 16:19:41 +01:00
parent 0d84967853
commit e90b261196
2 changed files with 3 additions and 4 deletions

View File

@ -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(