mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 08:22:56 +01:00
Use original case for default /list groups.
This commit is contained in:
parent
d88ef0eaf0
commit
bc892a4b02
@ -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…
x
Reference in New Issue
Block a user