2
0
mirror of https://github.com/Thracky/GlosSI.git synced 2024-11-03 09:40:18 +00:00

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

This commit is contained in:
Peter Repukat 2016-11-29 20:47:34 +01:00
parent e6bcf7a881
commit 9983ba974a

View File

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