mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 04:30:45 -05:00
Renamed patch to something more suitable
This commit is contained in:
parent
ffb29f8b96
commit
b8d08b3d84
@ -11,7 +11,7 @@ using SPT.Reflection.Utils;
|
|||||||
|
|
||||||
namespace SPT.Custom.Patches
|
namespace SPT.Custom.Patches
|
||||||
{
|
{
|
||||||
public class OfflineRaidMenuPatch : ModulePatch
|
public class SetPreRaidSettingsScreenDefaultsPatch : ModulePatch
|
||||||
{
|
{
|
||||||
protected override MethodBase GetTargetMethod()
|
protected override MethodBase GetTargetMethod()
|
||||||
{
|
{
|
@ -51,7 +51,7 @@ namespace SPT.Custom
|
|||||||
new ClampRagdollPatch().Enable();
|
new ClampRagdollPatch().Enable();
|
||||||
new PMCSpawnParamPatch().Enable();
|
new PMCSpawnParamPatch().Enable();
|
||||||
new InsurancePlaceItem().Enable();
|
new InsurancePlaceItem().Enable();
|
||||||
new OfflineRaidMenuPatch().Enable();
|
new SetPreRaidSettingsScreenDefaultsPatch().Enable();
|
||||||
new CoreDifficultyPatch().Enable();
|
new CoreDifficultyPatch().Enable();
|
||||||
new BotDifficultyPatch().Enable();
|
new BotDifficultyPatch().Enable();
|
||||||
new BossSpawnChancePatch().Enable();
|
new BossSpawnChancePatch().Enable();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user