Fix: Not waiting before starting the hook
parent
158c0628f9
commit
cbab70c84e
|
@ -111,8 +111,6 @@ namespace SkyHook
|
|||
}
|
||||
}).Start();
|
||||
|
||||
isHookActive = true;
|
||||
|
||||
while (!started && exception == null)
|
||||
{
|
||||
}
|
||||
|
|
Reference in New Issue