mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 01:27:37 +00:00
add this back
This commit is contained in:
parent
6352975825
commit
bc3893e2db
@ -46,6 +46,11 @@ public enum Rank implements IRank
|
|||||||
return this.level >= rank.getLevel();
|
return this.level >= rank.getLevel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isAtLeast(Rank rank)
|
||||||
|
{
|
||||||
|
return this.level >= rank.getLevel();
|
||||||
|
}
|
||||||
|
|
||||||
public Component getPrefix()
|
public Component getPrefix()
|
||||||
{
|
{
|
||||||
return PlexUtils.mmDeserialize(this.prefix);
|
return PlexUtils.mmDeserialize(this.prefix);
|
||||||
|
Loading…
Reference in New Issue
Block a user