0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 14:30:45 -05:00

Fixed scav raids not loading

Will require a second server fix to allow exfiltration of player scav
This commit is contained in:
Dev 2024-11-03 19:55:00 +00:00
parent 9d231b781f
commit 7853f55bff

View File

@ -13,7 +13,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode
/// </summary>
protected override MethodBase GetTargetMethod()
{
return AccessTools.Method(typeof(MainMenuController), nameof(MainMenuController.method_22));
return AccessTools.Method(typeof(MainMenuController), nameof(MainMenuController.method_23));
}
[PatchPrefix]