From c753dbba7d220aa3e0fed8dbfce1ef78a805382f Mon Sep 17 00:00:00 2001 From: That One Seong <7321839+SeongGino@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:01:25 +0000 Subject: [PATCH] Oops, not far enough on Wendies --- qhookermain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qhookermain.cpp b/qhookermain.cpp index 5ceb200..f76f0ca 100644 --- a/qhookermain.cpp +++ b/qhookermain.cpp @@ -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) {