mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 04:50:45 -05:00
Renamed patch to DisableWelcomeToPVEModeMessagePatch
This commit is contained in:
parent
73bec0777a
commit
d9e5b77c46
@ -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()
|
||||||
{
|
{
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user