Fix: Not waiting before starting the hook

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

View File

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