mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-03-02 11:11:58 +01:00
Use original case for default /list groups.
This commit is contained in:
parent
709ddae508
commit
093611fb2a
@ -223,8 +223,8 @@ public class Commandlist extends EssentialsCommand
|
|||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
String groupName = users.get(0).getGroup();
|
||||||
sender.sendMessage(outputFormat(onlineGroup, listUsers(users)));
|
sender.sendMessage(outputFormat(groupName, listUsers(users)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user