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,
|
||||
pattern = "jaillistcells|jcc",
|
||||
permission = "jail.command.jaillistcell",
|
||||
usage = "/jaillistcell <jail>"
|
||||
usage = "/jaillistcells <jail>"
|
||||
)
|
||||
public class JailListCellsCommand implements Command {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user