mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 17:15:07 +02:00
Use original case for default /list groups.
This commit is contained in:
@@ -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)));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user