mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 09:37:50 +01: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
@ -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 New Issue
Block a user