From 7853f55bff23f6cbba1e396f64bf0df9fa79bf3b Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 3 Nov 2024 19:55:00 +0000 Subject: [PATCH] Fixed scav raids not loading Will require a second server fix to allow exfiltration of player scav --- .../SPT.SinglePlayer/Patches/ScavMode/EnablePlayerScavPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SPT.SinglePlayer/Patches/ScavMode/EnablePlayerScavPatch.cs b/project/SPT.SinglePlayer/Patches/ScavMode/EnablePlayerScavPatch.cs index 506142c..bce06d7 100644 --- a/project/SPT.SinglePlayer/Patches/ScavMode/EnablePlayerScavPatch.cs +++ b/project/SPT.SinglePlayer/Patches/ScavMode/EnablePlayerScavPatch.cs @@ -13,7 +13,7 @@ namespace SPT.SinglePlayer.Patches.ScavMode /// protected override MethodBase GetTargetMethod() { - return AccessTools.Method(typeof(MainMenuController), nameof(MainMenuController.method_22)); + return AccessTools.Method(typeof(MainMenuController), nameof(MainMenuController.method_23)); } [PatchPrefix]