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

Retarget ForceRaidModeToLocalPatch (#21)

This commit is contained in:
Chomp 2025-01-06 17:32:19 +00:00 committed by GitHub
commit c05644c5aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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