mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 02:04:44 +02:00
Updating the permissions for the /mcrank command.
This commit is contained in:
@ -39,6 +39,10 @@ public class McrankCommand implements CommandExecutor {
|
||||
break;
|
||||
|
||||
case 1:
|
||||
if (CommandHelper.noCommandPermissions(sender, "mcmmo.commands.mcrank.others")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
playerName = args[0];
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user