From ec6f7242e9e0b1140e301b1243c4243ee702f2ec Mon Sep 17 00:00:00 2001 From: CWX Date: Thu, 26 Dec 2024 19:56:42 +0000 Subject: [PATCH] Fix AirdropFlareDisposePatch --- project/SPT.Custom/Patches/FixAirdropFlareDisposePatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/SPT.Custom/Patches/FixAirdropFlareDisposePatch.cs b/project/SPT.Custom/Patches/FixAirdropFlareDisposePatch.cs index bf64dba..bf1deef 100644 --- a/project/SPT.Custom/Patches/FixAirdropFlareDisposePatch.cs +++ b/project/SPT.Custom/Patches/FixAirdropFlareDisposePatch.cs @@ -13,7 +13,7 @@ namespace SPT.Custom.Patches { protected override MethodBase GetTargetMethod() { - return typeof(GClass2408).GetMethod(nameof(GClass2408.Dispose)); + return typeof(GClass2456).GetMethod(nameof(GClass2456.Dispose)); } [PatchPrefix]