0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 08:10:45 -05:00

Retarget ForceRaidModeToLocalPatch

This commit is contained in:
Archangel 2025-01-06 18:22:29 +01:00
parent f6c873096e
commit e934bc8341

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_41)); return AccessTools.Method(typeof(TarkovApplication), nameof(TarkovApplication.method_39));
} }
[PatchPrefix] [PatchPrefix]