diff --git a/project/SPT.Custom/Patches/BetaLogoPatch.cs b/project/SPT.Custom/Patches/BetaLogoPatch.cs index 290b368..b43a885 100644 --- a/project/SPT.Custom/Patches/BetaLogoPatch.cs +++ b/project/SPT.Custom/Patches/BetaLogoPatch.cs @@ -13,7 +13,7 @@ namespace SPT.SinglePlayer.Patches.MainMenu { protected override MethodBase GetTargetMethod() { - return AccessTools.Method(typeof(TarkovApplication), nameof(TarkovApplication.method_31)); + return AccessTools.Method(typeof(TarkovApplication), nameof(TarkovApplication.method_30)); } [PatchPrefix]