Add descriptions to all gm 0 commands

This commit is contained in:
P0nk
2021-04-06 19:40:05 +02:00
parent 5656dcb7ff
commit 70d895fef5
26 changed files with 47 additions and 47 deletions

View File

@@ -24,8 +24,8 @@
package client.command.commands.gm0;
import client.MapleCharacter;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import tools.FilePrinter;
import tools.MaplePacketCreator;
@@ -33,7 +33,7 @@ import tools.Randomizer;
public class GmCommand extends Command {
{
setDescription("");
setDescription("Send a message to the game masters.");
}
@Override