From cbab70c84e26ad19e7c56f1d43fbddfd4356bcd4 Mon Sep 17 00:00:00 2001 From: CrackThrough Date: Fri, 18 Nov 2022 18:10:59 +0900 Subject: [PATCH] Fix: Not waiting before starting the hook --- Runtime/SkyHookManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Runtime/SkyHookManager.cs b/Runtime/SkyHookManager.cs index c51a3d2..f7f9da4 100644 --- a/Runtime/SkyHookManager.cs +++ b/Runtime/SkyHookManager.cs @@ -111,8 +111,6 @@ namespace SkyHook } }).Start(); - isHookActive = true; - while (!started && exception == null) { }