Create cell is not createcells

This commit is contained in:
graywolf336 2014-02-16 16:05:42 -06:00
parent ac2c99eac3
commit 43eb68811b

View File

@ -13,7 +13,7 @@ import com.graywolf336.jail.command.CommandInfo;
maxArgs = 2,
minimumArgs = 1,
needsPlayer = true,
pattern = "createcells|cc",
pattern = "createcell|cc",
permission = "jail.command.jailcreatecells",
usage = "/jail cellcreate [jail] (cellname)"
)