diff --git a/OxidePatcher/Patching/Patcher.cs b/OxidePatcher/Patching/Patcher.cs index 9d80277..4451600 100644 --- a/OxidePatcher/Patching/Patcher.cs +++ b/OxidePatcher/Patching/Patcher.cs @@ -201,7 +201,7 @@ public void Patch() var patchedHooks = new List { hook.Name }; while (bhook.BaseHook != null) { - bhook = hook.BaseHook; + bhook = bhook.BaseHook; patchedHooks.Add(bhook.Name); } patchedHooks.Reverse();