0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 09:50:43 -05:00

Fixed patch not targeting correct method

This commit is contained in:
Dev 2024-06-14 19:31:07 +01:00
parent b32073d7e6
commit 6179c6b308

View File

@ -13,7 +13,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu
{ {
protected override MethodBase GetTargetMethod() protected override MethodBase GetTargetMethod()
{ {
return AccessTools.Method(typeof(TarkovApplication), nameof(TarkovApplication.method_31)); return AccessTools.Method(typeof(TarkovApplication), nameof(TarkovApplication.method_30));
} }
[PatchPrefix] [PatchPrefix]