diff --git a/project/SPT.Custom/Patches/BetaLogoPatch.cs b/project/SPT.Custom/Patches/BetaLogoPatch.cs index 4bb9425..319323b 100644 --- a/project/SPT.Custom/Patches/BetaLogoPatch.cs +++ b/project/SPT.Custom/Patches/BetaLogoPatch.cs @@ -22,7 +22,7 @@ namespace SPT.Custom.Patches ParameterInfo[] parameters = method.GetParameters(); return method.ReturnType == typeof(Task) - && parameters.Length == 5 + && parameters.Length == 4 && parameters[0].ParameterType == typeof(Profile) && parameters[1].ParameterType == typeof(ProfileStatusClass); } diff --git a/project/SPT.Custom/Utils/MenuNotificationManager.cs b/project/SPT.Custom/Utils/MenuNotificationManager.cs index cd94f12..9dc372b 100644 --- a/project/SPT.Custom/Utils/MenuNotificationManager.cs +++ b/project/SPT.Custom/Utils/MenuNotificationManager.cs @@ -58,7 +58,7 @@ namespace SPT.Custom.Utils { new BetaLogoPatch().Enable(); new BetaLogoPatch2().Enable(); - new BetaLogoPatch3().Enable(); + //new BetaLogoPatch3().Enable(); } disallowedPlugins = Chainloader.PluginInfos.Values