fixed help about /volume

This commit is contained in:
Hendrik Brummermann 2010-03-24 20:18:43 +00:00
parent 217d82fe0b
commit ca1bd904be

View file

@ -49,9 +49,8 @@ class HelpAction implements SlashAction {
"* Misc: ",
"- /info \t\tFind out what the current server time is",
"- /mute\t\tMute or unmute the sounds",
"- /volume show\t\tShow the current volume of sounds and music",
"- /volume <group> <vol>\t\tSets the volume for the specified group"
};
"- /volume\t\tLists or sets the volume for sound and music"
};
for (final String line : lines) {
ClientSingletonRepository.getUserInterface().addEventLine(new HeaderLessEventLine(line, NotificationType.CLIENT));