{
GMAudit.auditGMAction(activeChar.getName()+" ["+activeChar.getObjectId()+"]", _command, (activeChar.getTarget() != null?activeChar.getTarget().getName():"no-target"));
}
ach.useAdminCommand(_command, activeChar);
}
else
{
activeChar.sendMessage("The command " + _command + " doesn't exists!");
_log.log(Level.WARNING, "No handler registered for admin command '" + _command + "'");