Skip to content

Commit

Permalink
bit of a bust-up with the permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartich0ke committed Sep 10, 2022
1 parent ec6974b commit 6f1f059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
public class mm_set implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if (sender.hasPermission("minigames.set") || sender.isOp()) {
if (sender.hasPermission("minigamesmanager.set") || sender.isOp()) {
if (args.length < 1) {
sender.sendMessage(config.messagePrefix() + ChatColor.RED + "Not enough args!");
return true;
Expand Down

0 comments on commit 6f1f059

Please sign in to comment.