mirror of
https://github.com/TotalFreedomMC/TFGuilds.git
synced 2024-12-22 07:55:03 +00:00
hi
This commit is contained in:
parent
fc4c04f3e5
commit
bd70b872dd
1 changed files with 2 additions and 4 deletions
|
@ -57,9 +57,7 @@ public class SetRankSubcommand extends Common implements CommandExecutor
|
|||
}
|
||||
|
||||
String name = StringUtils.join(args, " ", 2, args.length);
|
||||
if (name.toLowerCase().equals("members") ||
|
||||
name.toLowerCase().equals("member") ||
|
||||
name.toLowerCase().equals("none"))
|
||||
if (name.toLowerCase().equals("none"))
|
||||
{
|
||||
for (GuildRank gr : guild.getRanks())
|
||||
{
|
||||
|
@ -90,4 +88,4 @@ public class SetRankSubcommand extends Common implements CommandExecutor
|
|||
guild.save();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue