Fixed //count being ///count.

This commit is contained in:
sk89q
2011-02-24 17:21:11 -08:00
parent c8e60fe098
commit 0ffe0689d1
3 changed files with 3 additions and 2 deletions

View File

@ -453,7 +453,7 @@ public class SelectionCommands {
}
@Command(
aliases = {"//count"},
aliases = {"/count"},
usage = "<block>",
desc = "Counts the number of a certain type of block",
min = 1,