Skip to content

Commit

Permalink
Oops, not far enough on Wendies
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongGino authored Mar 26, 2024
1 parent 139bdd8 commit c753dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qhookermain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void qhookerMain::GameSearching(QString input)
settingsMap.clear();
}
}
gameName = buffer[0].mid(input.indexOf('=')+1).trimmed();
gameName = buffer[0].mid(input.indexOf('=')+2).trimmed();
qInfo() << gameName;

if(customPathSet) {
Expand Down

0 comments on commit c753dbb

Please sign in to comment.