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

Renamed patch to FixScavWarNullErrorWithMarkOfUnknownPatch

This commit is contained in:
Dev 2024-08-25 09:24:10 +01:00
parent e4c7547bc8
commit 9f90a9481d
2 changed files with 2 additions and 7 deletions

View File

@ -1,18 +1,13 @@
using HarmonyLib;
using SPT.Reflection.Patching;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
namespace SPT.Custom.Patches
{
/// <summary>
/// If Scav war is turned on Botsgroup can be null for some reason if null return early to not softlock player.
/// </summary>
public class FixBotgroupMarkofTheUnknown : ModulePatch
public class FixScavWarNullErrorWithMarkOfUnknownPatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{

View File

@ -40,7 +40,7 @@ namespace SPT.Custom
new BotDifficultyPatch().Enable();
//new BossSpawnChancePatch().Enable(); // Tested factory, Tagilla does not spawn 100% of the time with patch disabled
new VersionLabelPatch().Enable();
new FixBotgroupMarkofTheUnknown().Enable();
new FixScavWarNullErrorWithMarkOfUnknownPatch().Enable();
new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();
new CopyPmcQuestsToPlayerScavPatch().Enable();