Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mughisi committed Aug 25, 2017
1 parent e4b5da3 commit b497df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OxidePatcher/Patching/Patcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public void Patch()
var patchedHooks = new List<string> { hook.Name };
while (bhook.BaseHook != null)
{
bhook = hook.BaseHook;
bhook = bhook.BaseHook;
patchedHooks.Add(bhook.Name);
}
patchedHooks.Reverse();
Expand Down

0 comments on commit b497df3

Please sign in to comment.