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

Renamed patch to DisableWelcomeToPVEModeMessagePatch

This commit is contained in:
Dev 2024-10-03 10:22:16 +01:00
parent 73bec0777a
commit d9e5b77c46
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ using SPT.Reflection.Patching;
namespace SPT.SinglePlayer.Patches.MainMenu namespace SPT.SinglePlayer.Patches.MainMenu
{ {
public class PVEModeWelcomeMessagePatch : ModulePatch public class DisableWelcomeToPVEModeMessagePatch : ModulePatch
{ {
protected override MethodBase GetTargetMethod() protected override MethodBase GetTargetMethod()
{ {

View File

@ -48,7 +48,7 @@ namespace SPT.SinglePlayer
new ScavRepAdjustmentPatch().Enable(); new ScavRepAdjustmentPatch().Enable();
// 3.10.0 // 3.10.0
new PVEModeWelcomeMessagePatch().Enable(); new DisableWelcomeToPVEModeMessagePatch().Enable();
new DisableMatchmakerPlayerPreviewButtonsPatch().Enable(); new DisableMatchmakerPlayerPreviewButtonsPatch().Enable();
new EnableRefForPVEPatch().Enable(); new EnableRefForPVEPatch().Enable();
new EnableRefIntermScreenPatch().Enable(); new EnableRefIntermScreenPatch().Enable();