Add descriptions to all gm 3 commands
This commit is contained in:
@@ -23,15 +23,15 @@
|
||||
*/
|
||||
package client.command.commands.gm3;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import net.server.Server;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
public class NoticeCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Send a blue message to everyone on the server.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user