mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Use original case for default /list groups.
This commit is contained in:
parent
709ddae508
commit
093611fb2a
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,8 @@ public class Commandlist extends EssentialsCommand
|
|||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
sender.sendMessage(outputFormat(onlineGroup, listUsers(users)));
|
||||
String groupName = users.get(0).getGroup();
|
||||
sender.sendMessage(outputFormat(groupName, listUsers(users)));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue