1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 17:53:00 +01:00

Updating the permissions for the /mcrank command.

This commit is contained in:
Glitchfinder
2013-02-03 13:14:26 -08:00
parent 84d01362f9
commit b01d80b1f4
2 changed files with 7 additions and 0 deletions

View File

@@ -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;