mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
fix prefix for developers
This commit is contained in:
parent
c51d8da5b7
commit
a7ed86549d
@ -72,7 +72,7 @@ public class VaultHook
|
||||
}
|
||||
if (PlexUtils.DEVELOPERS.contains(player.getUniqueId().toString()))
|
||||
{
|
||||
return PlexUtils.mmDeserialize("<dark_gray>[<dark_purple>Developer</dark_gray>]");
|
||||
return PlexUtils.mmDeserialize("<dark_gray>[<dark_purple>Developer<dark_gray>]");
|
||||
}
|
||||
String group = VaultHook.getPermission().getPrimaryGroup(null, player);
|
||||
if (group == null || group.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user