mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 05:10:45 -05:00
Renamed patch to FixScavWarNullErrorWithMarkOfUnknownPatch
This commit is contained in:
parent
e4c7547bc8
commit
9f90a9481d
@ -1,18 +1,13 @@
|
|||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
using SPT.Reflection.Patching;
|
using SPT.Reflection.Patching;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace SPT.Custom.Patches
|
namespace SPT.Custom.Patches
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// If Scav war is turned on Botsgroup can be null for some reason if null return early to not softlock player.
|
/// If Scav war is turned on Botsgroup can be null for some reason if null return early to not softlock player.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class FixBotgroupMarkofTheUnknown : ModulePatch
|
public class FixScavWarNullErrorWithMarkOfUnknownPatch : ModulePatch
|
||||||
{
|
{
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
@ -40,7 +40,7 @@ namespace SPT.Custom
|
|||||||
new BotDifficultyPatch().Enable();
|
new BotDifficultyPatch().Enable();
|
||||||
//new BossSpawnChancePatch().Enable(); // Tested factory, Tagilla does not spawn 100% of the time with patch disabled
|
//new BossSpawnChancePatch().Enable(); // Tested factory, Tagilla does not spawn 100% of the time with patch disabled
|
||||||
new VersionLabelPatch().Enable();
|
new VersionLabelPatch().Enable();
|
||||||
new FixBotgroupMarkofTheUnknown().Enable();
|
new FixScavWarNullErrorWithMarkOfUnknownPatch().Enable();
|
||||||
new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();
|
new MergeScavPmcQuestsOnInventoryLoadPatch().Enable();
|
||||||
new CopyPmcQuestsToPlayerScavPatch().Enable();
|
new CopyPmcQuestsToPlayerScavPatch().Enable();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user