If player is owner of a claim, all permissions are bypassed The order is OP -> Ownership -> Permission

This commit is contained in:
ProSavage
2018-07-18 09:48:25 -05:00
parent da32970389
commit 2320fe2586
4 changed files with 186 additions and 161 deletions

View File

@@ -35,6 +35,7 @@ public class CmdSetDefaultRole extends FCommand {
return;
}
myFaction.setDefaultRole(target);
msg(TL.COMMAND_SETDEFAULTROLE_SUCCESS, target.nicename);
}