mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
fix prefix for developers
This commit is contained in:
@@ -72,7 +72,7 @@ public class VaultHook
|
|||||||
}
|
}
|
||||||
if (PlexUtils.DEVELOPERS.contains(player.getUniqueId().toString()))
|
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);
|
String group = VaultHook.getPermission().getPrimaryGroup(null, player);
|
||||||
if (group == null || group.isEmpty()) {
|
if (group == null || group.isEmpty()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user