Skip to content

Commit

Permalink
Update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchangelWTF committed Jan 7, 2025
1 parent 94c319f commit 6c10e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fika.Core/UI/Patches/TarkovApplication_method_18_Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TarkovApplication_method_18_Patch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{
return typeof(TarkovApplication).GetMethod(nameof(TarkovApplication.method_18));
return typeof(TarkovApplication).GetMethod(nameof(TarkovApplication.method_16));
}

[PatchPostfix]
Expand Down

0 comments on commit 6c10e55

Please sign in to comment.