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,16 +23,16 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import net.server.Server;
import net.server.world.World;
import tools.MaplePacketCreator;
public class SaveAllCommand extends Command {
{
setDescription("");
setDescription("Save all characters.");
}
@Override