mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
[trunk] /list: Reset color after [AFK]
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1128 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
21659e4068
commit
dbc653edb8
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue