fix sp alias conflict

This commit is contained in:
Jesse Boyd
2019-10-30 18:52:55 +01:00
parent 0b39b4a381
commit 50b7b4fb54

View File

@@ -195,7 +195,7 @@ public class ToolUtilCommands {
@Command( @Command(
name = "/superpickaxe", name = "/superpickaxe",
aliases = {",", "sp", "/sp", "superpickaxe", "/pickaxe"}, aliases = {",", "/sp", "superpickaxe", "/pickaxe"},
desc = "Toggle the super pickaxe function" desc = "Toggle the super pickaxe function"
) )
@CommandPermissions("worldedit.superpickaxe") @CommandPermissions("worldedit.superpickaxe")