mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 05:50:44 -05:00
Update incorrect gclass ref inside GetNewBotTemplatesPatch
This commit is contained in:
parent
14b4eb2f63
commit
edf81d800c
@ -44,7 +44,7 @@ namespace Aki.SinglePlayer.Patches.RaidFix
|
|||||||
/// BotsPresets.GetNewProfile()
|
/// BotsPresets.GetNewProfile()
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[PatchPrefix]
|
[PatchPrefix]
|
||||||
private static bool PatchPrefix(ref Task<Profile> __result, BotsPresets __instance, List<Profile> ___list_0, GClass590 data, ref bool withDelete)
|
private static bool PatchPrefix(ref Task<Profile> __result, BotsPresets __instance, List<Profile> ___list_0, GClass591 data, ref bool withDelete)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
When client wants new bot and GetNewProfile() return null (if not more available templates or they don't satisfy by Role and Difficulty condition)
|
When client wants new bot and GetNewProfile() return null (if not more available templates or they don't satisfy by Role and Difficulty condition)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user