Fix the usage message being wrong.
This commit is contained in:
parent
15ca0810ba
commit
359192a655
@ -15,7 +15,7 @@ import com.graywolf336.jail.command.CommandInfo;
|
|||||||
needsPlayer = false,
|
needsPlayer = false,
|
||||||
pattern = "jaillistcells|jcc",
|
pattern = "jaillistcells|jcc",
|
||||||
permission = "jail.command.jaillistcell",
|
permission = "jail.command.jaillistcell",
|
||||||
usage = "/jaillistcell <jail>"
|
usage = "/jaillistcells <jail>"
|
||||||
)
|
)
|
||||||
public class JailListCellsCommand implements Command {
|
public class JailListCellsCommand implements Command {
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user