Changed the enum for Leader to actually be leader and not admin.
This commit is contained in:
@@ -30,7 +30,7 @@ public class CmdSetDefaultRole extends FCommand {
|
||||
return;
|
||||
}
|
||||
|
||||
if (target == Role.ADMIN) {
|
||||
if (target == Role.LEADER) {
|
||||
msg(TL.COMMAND_SETDEFAULTROLE_NOTTHATROLE, argAsString(0));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user