diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandlist.java b/Essentials/src/com/earth2me/essentials/commands/Commandlist.java index aeef26ac7..d3b423073 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commandlist.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commandlist.java @@ -59,7 +59,7 @@ public class Commandlist extends EssentialsCommand first = false; } if (parent.away.contains(user)) { - groupString.append("§7[AFK]"); + groupString.append("§7[AFK]§f"); } groupString.append(user.getDisplayName()); } @@ -83,7 +83,7 @@ public class Commandlist extends EssentialsCommand first = false; } if (parent.away.contains(user)) { - onlineUsers.append("§7[AFK]"); + onlineUsers.append("§7[AFK]§f"); } onlineUsers.append(user.getDisplayName()); }