Add descriptions to all gm 6 commands
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user