Fix tab handling and add more commands

This commit is contained in:
2022-02-17 20:00:47 -06:00
parent f2db87624f
commit d4578f2255
4 changed files with 4 additions and 4 deletions

View File

@ -308,7 +308,7 @@ public abstract class PlexCommand extends Command implements PluginIdentifiableC
PlexPlayer plexPlayer = getPlexPlayer(player);
if (plugin.getSystem().equalsIgnoreCase("ranks"))
{
return rank.isAtLeast(plexPlayer.getRankFromString());
return plexPlayer.getRankFromString().isAtLeast(rank);
}
else if (plugin.getSystem().equalsIgnoreCase("permissions"))
{