mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:30: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
|
||||
{
|
||||
public class PVEModeWelcomeMessagePatch : ModulePatch
|
||||
public class DisableWelcomeToPVEModeMessagePatch : ModulePatch
|
||||
{
|
||||
protected override MethodBase GetTargetMethod()
|
||||
{
|
@ -48,7 +48,7 @@ namespace SPT.SinglePlayer
|
||||
new ScavRepAdjustmentPatch().Enable();
|
||||
|
||||
// 3.10.0
|
||||
new PVEModeWelcomeMessagePatch().Enable();
|
||||
new DisableWelcomeToPVEModeMessagePatch().Enable();
|
||||
new DisableMatchmakerPlayerPreviewButtonsPatch().Enable();
|
||||
new EnableRefForPVEPatch().Enable();
|
||||
new EnableRefIntermScreenPatch().Enable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user