mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:30:45 -05:00
fix botTemplateLimitPatch
This commit is contained in:
parent
96ea460fac
commit
fca6e7ebc4
@ -17,7 +17,7 @@ namespace SPT.SinglePlayer.Patches.RaidFix
|
|||||||
|
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
||||||
return AccessTools.Method(typeof(BotsPresets), nameof(BotsPresets.method_1));
|
return AccessTools.Method(typeof(BotsPresets), nameof(BotsPresets.method_3));
|
||||||
}
|
}
|
||||||
|
|
||||||
[PatchPostfix]
|
[PatchPostfix]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user