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

Fix betalogoPatch

This commit is contained in:
Kaeno 2024-04-03 15:49:50 +01:00 committed by Refringe
parent 70d0d60198
commit 6dd3a3cf99
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -13,7 +13,7 @@ namespace Aki.SinglePlayer.Patches.MainMenu
{
protected override MethodBase GetTargetMethod()
{
return AccessTools.Method(typeof(TarkovApplication), nameof(TarkovApplication.method_27));
return AccessTools.Method(typeof(TarkovApplication), nameof(TarkovApplication.method_28));
}
[PatchPrefix]