fix: trying to permanently unhook steam when overlaywindow is not found [2/2]

UWP_Overlay
Peter Repukat 8 years ago
parent e6bcf7a881
commit 9983ba974a

@ -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");
}
}

Loading…
Cancel
Save