Fix: Indefinitely waiting to begin hook
parent
96413ffac2
commit
158c0628f9
|
@ -112,7 +112,6 @@ namespace SkyHook
|
||||||
}).Start();
|
}).Start();
|
||||||
|
|
||||||
isHookActive = true;
|
isHookActive = true;
|
||||||
started = true;
|
|
||||||
|
|
||||||
while (!started && exception == null)
|
while (!started && exception == null)
|
||||||
{
|
{
|
||||||
|
|
Reference in New Issue