From 581ccfcaeb6c2074eac0be00753f6e3097930dd8 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 26 Sep 2024 14:21:35 +0100 Subject: [PATCH] Fix method that's moved --- project/SPT.Custom/Patches/RedirectClientImageRequestsPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]