From 9983ba974a7c7bded41e772fb91efedc563ce49c Mon Sep 17 00:00:00 2001 From: Peter Repukat Date: Tue, 29 Nov 2016 20:47:34 +0100 Subject: [PATCH] fix: trying to permanently unhook steam when overlaywindow is not found [2/2] --- GloSC_GameLauncher/GloSC_GameLauncher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GloSC_GameLauncher/GloSC_GameLauncher.cpp b/GloSC_GameLauncher/GloSC_GameLauncher.cpp index e244941..5773114 100644 --- a/GloSC_GameLauncher/GloSC_GameLauncher.cpp +++ b/GloSC_GameLauncher/GloSC_GameLauncher.cpp @@ -83,9 +83,9 @@ void GloSC_GameLauncher::checkSharedMem() i = stringList.indexOf(IsSteamHooked); if (i > -1) { - bHookedSteam = true; if (stringList.at(i + 1).toInt() > -1) { + bHookedSteam = true; stringList.replace(i + 1, "-1"); } }