Fix: Indefinitely waiting to begin hook

develop
CrackThrough 2022-11-18 18:10:59 +09:00
parent 96413ffac2
commit 158c0628f9
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ namespace SkyHook
}).Start();
isHookActive = true;
started = true;
while (!started && exception == null)
{