Skip to content

Commit

Permalink
Fixed permission node
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaMandalorian committed Apr 18, 2023
1 parent 098b414 commit 700e760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private static void siegeList(CommandSender sender, String[] args) {
}

private static void siegeHelp(CommandSender sender, String[] args) {
if (sender.hasPermission("!AlathraWar.admin")) {
if (sender.hasPermission("AlathraWar.admin")) {
sender.sendMessage(Helper.Chatlabel() + "/siege stop [town]");
}
sender.sendMessage(Helper.Chatlabel() + "/siege start [war] [town]");
Expand Down

0 comments on commit 700e760

Please sign in to comment.