diff --git a/project/SPT.Custom/Patches/RedirectClientImageRequestsPatch.cs b/project/SPT.Custom/Patches/RedirectClientImageRequestsPatch.cs index 278edb1..3870289 100644 --- a/project/SPT.Custom/Patches/RedirectClientImageRequestsPatch.cs +++ b/project/SPT.Custom/Patches/RedirectClientImageRequestsPatch.cs @@ -18,7 +18,7 @@ namespace SPT.Custom.Patches protected override MethodBase GetTargetMethod() { - return AccessTools.Method(typeof(ProfileEndpointFactoryAbstractClass), nameof(ProfileEndpointFactoryAbstractClass.method_26)); + return AccessTools.Method(typeof(ProfileEndpointFactoryAbstractClass), nameof(ProfileEndpointFactoryAbstractClass.method_28)); } [PatchPrefix]