Option to remove permissions from perm gui.
bStats tracking Admins are demoted coleaders instead of mods Changed fly for loop to iterator to avoid concurrent exceptions
This commit is contained in:
@@ -76,7 +76,7 @@ public class CmdAdmin extends FCommand {
|
||||
|
||||
// promote target player, and demote existing admin if one exists
|
||||
if (admin != null) {
|
||||
admin.setRole(Role.MODERATOR);
|
||||
admin.setRole(Role.COLEADER);
|
||||
}
|
||||
fyou.setRole(Role.ADMIN);
|
||||
msg(TL.COMMAND_ADMIN_PROMOTES, fyou.describeTo(fme, true));
|
||||
|
||||
Reference in New Issue
Block a user