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

@@ -23,13 +23,13 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.command.Command;
import server.life.MaplePlayerNPC;
public class EraseAllPNpcsCommand extends Command {
{
setDescription("");
setDescription("Remove all player NPCs.");
}
@Override