Skip to content

Commit

Permalink
Fix loginduration
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 26, 2024
1 parent 192ce2a commit 9855b61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CGAssistant/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down Expand Up @@ -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(),
Expand Down

0 comments on commit 9855b61

Please sign in to comment.