From 6dd3a3cf9929bb7b0ee3c24221876fad769589aa Mon Sep 17 00:00:00 2001 From: Kaeno Date: Wed, 3 Apr 2024 15:49:50 +0100 Subject: [PATCH] Fix betalogoPatch --- project/Aki.Custom/Patches/BetaLogoPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Aki.Custom/Patches/BetaLogoPatch.cs b/project/Aki.Custom/Patches/BetaLogoPatch.cs index c978d90..90c88b1 100644 --- a/project/Aki.Custom/Patches/BetaLogoPatch.cs +++ b/project/Aki.Custom/Patches/BetaLogoPatch.cs @@ -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]