diff --git a/project/SPT.Custom/Patches/BetaLogoPatch.cs b/project/SPT.Custom/Patches/BetaLogoPatch.cs index 9f94a92..2d1bf2a 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 == 4 + && parameters.Length == 5 && parameters[0].ParameterType == typeof(Profile) && parameters[1].ParameterType == typeof(ProfileStatusClass); }