Add the missing s on the permissions for JailListCells, fixes #39.
This commit is contained in:
parent
db46e7c036
commit
cabec7791e
@ -15,7 +15,7 @@ import com.graywolf336.jail.enums.Lang;
|
||||
minimumArgs = 1,
|
||||
needsPlayer = false,
|
||||
pattern = "listcells|lc",
|
||||
permission = "jail.command.jaillistcell",
|
||||
permission = "jail.command.jaillistcells",
|
||||
usage = "/jail listcells [jail]"
|
||||
)
|
||||
public class JailListCellsCommand implements Command {
|
||||
|
Loading…
Reference in New Issue
Block a user