fix prefix for developers

This commit is contained in:
Taah 2023-08-30 18:12:15 -07:00
parent c51d8da5b7
commit a7ed86549d
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {