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

fix enableplayerscavpatch, still doesnt get in raid tho

This commit is contained in:
CWX 2024-12-27 12:10:56 +00:00
parent 353f865466
commit b6fda0aeb2

View File

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