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

@ -26,6 +26,8 @@
- Added usage of non-existent variables in all LValue expressions.
- Changed /up and /ceil command to use glass block by default. Flight can be
done via -f flag now.
- Removed the /fill command as an alias of /material (which sets the brush
material).
- Fixed //deform not doing anything at all.
- Fixed //walls on non-cuboid regions so that they no longer introduces gaps
in walls beyond 45 degrees.

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,