From 9855b61a42666d9e6ca95be2028568efce0c58f4 Mon Sep 17 00:00:00 2001 From: hzqst <113660872@qq.com> Date: Mon, 26 Feb 2024 08:25:08 +0800 Subject: [PATCH] Fix loginduration --- CGAssistant/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CGAssistant/main.cpp b/CGAssistant/main.cpp index 34d0cdf..9652671 100644 --- a/CGAssistant/main.cpp +++ b/CGAssistant/main.cpp @@ -76,10 +76,10 @@ int main(int argc, char *argv[]) QCommandLineOption autokillgame("autokillgame"); - QCommandLineOption autocreatechara("autocreatechara"); - QCommandLineOption loginduration("loginduration", "", "loginduration", "0"); + QCommandLineOption autocreatechara("autocreatechara"); + QCommandLineOption createcharachara("createcharachara", "", "createcharachara"); QCommandLineOption createcharaeye("createcharaeye", "", "createcharaeye"); @@ -279,8 +279,8 @@ int main(int argc, char *argv[]) parser.isSet(skipupdate) ? true : false, parser.isSet(autochangeserver) ? true : false, parser.isSet(autokillgame) ? true : false, - parser.isSet(autocreatechara) ? true : false, parser.value(loginduration).toInt(), + parser.isSet(autocreatechara) ? true : false, parser.value(createcharachara).toInt(), parser.value(createcharaeye).toInt(), parser.value(createcharamouth).toInt(),