1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-19 13:01:20 +02:00
This commit is contained in:
KHobbits
2013-03-29 03:01:53 +00:00
parent 5b5b873af9
commit 6fc5ce3af5

View File

@@ -100,7 +100,7 @@ public class Commandlist extends EssentialsCommand
throw new Exception(_("groupDoesNotExist")); throw new Exception(_("groupDoesNotExist"));
} }
return outputFormat(groupName, listUsers(users)); return outputFormat(groupName, listUsers(users));
} }
// Handle the merging of groups // Handle the merging of groups
@@ -174,7 +174,8 @@ public class Commandlist extends EssentialsCommand
{ {
sender.sendMessage(outputFormat(oConfigGroup, _("groupNumber", matchedList.size(), commandLabel, Util.stripFormat(configGroup)))); sender.sendMessage(outputFormat(oConfigGroup, _("groupNumber", matchedList.size(), commandLabel, Util.stripFormat(configGroup))));
} }
else { else
{
sender.sendMessage(outputFormat(oConfigGroup, listUsers(outputUserList))); sender.sendMessage(outputFormat(oConfigGroup, listUsers(outputUserList)));
} }
continue; continue;