fix order

This commit is contained in:
okx-code
2025-09-28 02:20:39 +01:00
parent c00cf158d2
commit 9539a67a02

View File

@@ -46,10 +46,10 @@ public class StarManager {
if (player.hasPermission("civchat.admin")) {
return ChatColor.DARK_RED + STAR;
} else if (player.hasPermission("civchat.mod")) {
return ChatColor.RED + STAR;
} else if (player.hasPermission("civchat.superfriend")) {
return ChatColor.RED + STAR + STAR;
} else if (player.hasPermission("civchat.mod")) {
return ChatColor.RED + STAR;
}
int greenStars = 0;