Rename the JailListCell to JailListCells

This commit is contained in:
graywolf336
2013-12-16 14:08:48 -06:00
parent 5febe47880
commit 12b850c391
2 changed files with 4 additions and 4 deletions

View File

@ -13,11 +13,11 @@ import com.graywolf336.jail.command.CommandInfo;
maxArgs = 1,
minimumArgs = 1,
needsPlayer = false,
pattern = "jaillistcell|jcc",
pattern = "jaillistcells|jcc",
permission = "jail.command.jaillistcell",
usage = "/jaillistcell <jail>"
)
public class JailListCellCommand implements Command {
public class JailListCellsCommand implements Command {
@Override
public boolean execute(JailManager jm, CommandSender sender, String... args) {
sender.sendMessage(ChatColor.AQUA + "----------Jails----------");