Add descriptions to all gm 6 commands

This commit is contained in:
P0nk
2021-04-06 20:08:57 +02:00
parent 3b59f95f20
commit b80d98f36e
16 changed files with 41 additions and 41 deletions

View File

@@ -24,14 +24,14 @@
package client.command.commands.gm6;
import client.MapleCharacter;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import server.ThreadManager;
public class ServerAddChannelCommand extends Command {
{
setDescription("");
setDescription("Add a new channel to a world.");
}
@Override