mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 01:50:45 -05:00
fix disableWelcomeMessagePatch
This commit is contained in:
parent
86b1afe8e0
commit
0fcff56ff9
@ -8,7 +8,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu
|
||||
{
|
||||
protected override MethodBase GetTargetMethod()
|
||||
{
|
||||
return AccessTools.Method(typeof(GClass2023), nameof(GClass2023.GetBoolForProfile));
|
||||
return AccessTools.Method(typeof(GClass2057), nameof(GClass2057.GetBoolForProfile));
|
||||
}
|
||||
|
||||
[PatchPrefix]
|
||||
|
Loading…
x
Reference in New Issue
Block a user