From 280b5b2613242ba0e9e52e8740aafb90e394ec56 Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sat, 17 Feb 2024 16:19:57 +0100 Subject: [PATCH] Recolor Players in InfoCommand --- .../src/de/steamwar/bausystem/features/bau/InfoCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BauSystem_Main/src/de/steamwar/bausystem/features/bau/InfoCommand.java b/BauSystem_Main/src/de/steamwar/bausystem/features/bau/InfoCommand.java index b89c43b3..2d638888 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/features/bau/InfoCommand.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/features/bau/InfoCommand.java @@ -78,7 +78,7 @@ public class InfoCommand extends SWCommand { if (i != 0) { st.append("§8, "); } - st.append("§f"); + st.append("§7"); st.append(SteamwarUser.get(bauweltMembers.get(i).getMemberID()).getUserName()); } return st.toString();