mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 11:40:48 +00:00
add this back
This commit is contained in:
parent
6352975825
commit
bc3893e2db
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ public enum Rank implements IRank
|
|||
return this.level >= rank.getLevel();
|
||||
}
|
||||
|
||||
public boolean isAtLeast(Rank rank)
|
||||
{
|
||||
return this.level >= rank.getLevel();
|
||||
}
|
||||
|
||||
public Component getPrefix()
|
||||
{
|
||||
return PlexUtils.mmDeserialize(this.prefix);
|
||||
|
|
Loading…
Reference in a new issue