From b43965be91889ed0c5340869d4503d27c852d0db Mon Sep 17 00:00:00 2001 From: YoyoNow Date: Sat, 19 Jul 2025 17:45:39 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"Update=20PREFIX=5FGUIDE=20color=20to?= =?UTF-8?q?=20=C2=A7a=20in=20UserPerm"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 30cdbe072efbd875a3b1bc5c0b5173499fe60045. --- CommonCore/SQL/src/de/steamwar/sql/UserPerm.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonCore/SQL/src/de/steamwar/sql/UserPerm.java b/CommonCore/SQL/src/de/steamwar/sql/UserPerm.java index dd4f03c5..50181063 100644 --- a/CommonCore/SQL/src/de/steamwar/sql/UserPerm.java +++ b/CommonCore/SQL/src/de/steamwar/sql/UserPerm.java @@ -54,7 +54,7 @@ public enum UserPerm { emptyPrefix = new Prefix("§7", ""); p.put(PREFIX_NONE, emptyPrefix); p.put(PREFIX_YOUTUBER, new Prefix("§7", "YT")); - p.put(PREFIX_GUIDE, new Prefix("§a", "Guide")); + p.put(PREFIX_GUIDE, new Prefix("§x§E§5§F§F§8§4", "Guide")); // E5FF84 p.put(PREFIX_SUPPORTER, new Prefix("§x§6§0§9§5§F§F", "Sup")); // 6095FF p.put(PREFIX_MODERATOR, new Prefix("§x§F§F§A§2§5§0", "Mod")); // FFA250