Skip to content

Commit

Permalink
[0.45-PRE] Fix permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamierocks committed Dec 16, 2014
1 parent dceebf5 commit 4f1b5b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public void blacklistCommand(MessageReceiver caller, String[] args) {
@Command(aliases = { "add" },
parent = "blacklist",
description = "add blacklist subcommand",
permissions = { "playtimelimiter.playtime.add" },
permissions = { "playtimelimiter.playtime.blacklist.add" },
toolTip = "/playtime blacklist add <player>",
version = 2)
public void blacklistAddCommand(MessageReceiver caller, String[] args) {
Expand All @@ -204,7 +204,7 @@ public void blacklistAddCommand(MessageReceiver caller, String[] args) {
@Command(aliases = { "remove" },
parent = "blacklist",
description = "remove blacklist subcommand",
permissions = { "playtimelimiter.playtime.remove" },
permissions = { "playtimelimiter.playtime.blacklist.remove" },
toolTip = "/playtime blacklist remove <player>",
version = 2)
public void blacklistRemoveCommand(MessageReceiver caller, String[] args) {
Expand Down

0 comments on commit 4f1b5b2

Please sign in to comment.