mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-12 17:10:44 -05:00
Fixed scav raids not loading
Will require a second server fix to allow exfiltration of player scav
This commit is contained in:
parent
9d231b781f
commit
7853f55bff
@ -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_22));
|
return AccessTools.Method(typeof(MainMenuController), nameof(MainMenuController.method_23));
|
||||||
}
|
}
|
||||||
|
|
||||||
[PatchPrefix]
|
[PatchPrefix]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user