Add descriptions to all gm 2 commands

This commit is contained in:
P0nk
2021-04-06 19:51:20 +02:00
parent 3cd23a07e2
commit a9b23552b0
37 changed files with 103 additions and 103 deletions

View File

@@ -3,17 +3,19 @@ package client.command.commands.gm2;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import server.ThreadManager;
import tools.exceptions.IdTypeNotSupportedException;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.*;
import server.ThreadManager;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
public class IdCommand extends Command {
{
setDescription("");
setDescription("Search in handbook.");
}
private final Map<String, String> handbookDirectory = new HashMap<>();