0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-12 21:10:45 -05:00

Renamed patch to something more suitable

This commit is contained in:
Dev 2024-07-08 14:57:24 +01:00
parent ffb29f8b96
commit b8d08b3d84
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ using SPT.Reflection.Utils;
namespace SPT.Custom.Patches
{
public class OfflineRaidMenuPatch : ModulePatch
public class SetPreRaidSettingsScreenDefaultsPatch : ModulePatch
{
protected override MethodBase GetTargetMethod()
{

View File

@ -51,7 +51,7 @@ namespace SPT.Custom
new ClampRagdollPatch().Enable();
new PMCSpawnParamPatch().Enable();
new InsurancePlaceItem().Enable();
new OfflineRaidMenuPatch().Enable();
new SetPreRaidSettingsScreenDefaultsPatch().Enable();
new CoreDifficultyPatch().Enable();
new BotDifficultyPatch().Enable();
new BossSpawnChancePatch().Enable();