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:
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…
Reference in New Issue
Block a user