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]