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]