mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
Add listgroups as TL key
This commit is contained in:
parent
1811631b93
commit
8b7c5cf2ed
8 changed files with 8 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class Commandlist extends EssentialsCommand
|
|||
for (String group : groups)
|
||||
{
|
||||
final StringBuilder groupString = new StringBuilder();
|
||||
groupString.append(Util.replaceColor(group)).append(": ");
|
||||
groupString.append(_("listGroupTag",Util.replaceColor(group)));
|
||||
final List<User> users = sort.get(group);
|
||||
Collections.sort(users);
|
||||
boolean first = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue