Removed the /fill command as an alias of /material.

Fixes WORLDEDIT-3016.
This commit is contained in:
sk89q
2014-02-28 15:42:28 -08:00
parent 15642ca54f
commit 2e2d432d11
2 changed files with 3 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class ToolUtilCommands {
}
@Command(
aliases = { "mat", "material", "fill" },
aliases = { "mat", "material" },
usage = "[pattern]",
desc = "Set the brush material",
min = 1,