Fix a few bugs in tool commands

This commit is contained in:
Kenzie Togami
2019-04-25 13:30:16 -07:00
parent 8c2b725f42
commit c05e1ed0cc
2 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ public class ToolUtilCommands {
@Command(
name = "material",
aliases = { "material" },
aliases = { "/material" },
desc = "Set the brush material"
)
@CommandPermissions("worldedit.brush.options.material")