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

fix disableWelcomeMessagePatch

This commit is contained in:
CWX 2024-12-26 20:14:38 +00:00
parent 86b1afe8e0
commit 0fcff56ff9

View File

@ -8,7 +8,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu
{ {
protected override MethodBase GetTargetMethod() protected override MethodBase GetTargetMethod()
{ {
return AccessTools.Method(typeof(GClass2023), nameof(GClass2023.GetBoolForProfile)); return AccessTools.Method(typeof(GClass2057), nameof(GClass2057.GetBoolForProfile));
} }
[PatchPrefix] [PatchPrefix]