From 158c0628f9cf3344d87b88271d17771479973008 Mon Sep 17 00:00:00 2001 From: CrackThrough Date: Fri, 18 Nov 2022 18:10:59 +0900 Subject: [PATCH] Fix: Indefinitely waiting to begin hook --- Runtime/SkyHookManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Runtime/SkyHookManager.cs b/Runtime/SkyHookManager.cs index 7d4770e..c51a3d2 100644 --- a/Runtime/SkyHookManager.cs +++ b/Runtime/SkyHookManager.cs @@ -112,7 +112,6 @@ namespace SkyHook }).Start(); isHookActive = true; - started = true; while (!started && exception == null) {