0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 20:50:44 -05:00

fix botTemplateLimitPatch

This commit is contained in:
CWX 2024-07-04 22:07:02 +01:00
parent 96ea460fac
commit fca6e7ebc4

View File

@ -17,7 +17,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
protected override MethodBase GetTargetMethod()
{
return AccessTools.Method(typeof(BotsPresets), nameof(BotsPresets.method_1));
return AccessTools.Method(typeof(BotsPresets), nameof(BotsPresets.method_3));
}
[PatchPostfix]