mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-13 02:18:34 +00:00
freezing, yml messages, and a funny lil command
This commit is contained in:
@ -95,6 +95,6 @@ public class RankManager
|
||||
|
||||
public boolean isAdmin(PlexPlayer plexPlayer)
|
||||
{
|
||||
return !plexPlayer.getRank().isEmpty() && plexPlayer.getRankFromString().isAtleast(Rank.ADMIN);
|
||||
return !plexPlayer.getRank().isEmpty() && plexPlayer.getRankFromString().isAtLeast(Rank.ADMIN);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user