Skip to content

Commit

Permalink
Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Jan 14, 2025
1 parent e7277c0 commit 48a8eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Headless/Patches/SettingsPatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class SettingsPatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{
return typeof(GClass2028).GetMethod(nameof(GClass2063.smethod_2));
return typeof(GClass2063).GetMethod(nameof(GClass2063.smethod_2));
}

[PatchPrefix]
Expand Down

0 comments on commit 48a8eb7

Please sign in to comment.