Add descriptions to all gm 3 commands
This commit is contained in:
@@ -23,15 +23,15 @@
|
||||
*/
|
||||
package client.command.commands.gm3;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import constants.game.GameConstants;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class MusicCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Play a song.");
|
||||
}
|
||||
|
||||
private static String getSongList() {
|
||||
|
||||
Reference in New Issue
Block a user