0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 08:50:43 -05:00

Fix AirdropFlareDisposePatch

This commit is contained in:
CWX 2024-12-26 19:56:42 +00:00
parent c7617f00fc
commit ec6f7242e9

View File

@ -13,7 +13,7 @@ namespace SPT.Custom.Patches
{ {
protected override MethodBase GetTargetMethod() protected override MethodBase GetTargetMethod()
{ {
return typeof(GClass2408).GetMethod(nameof(GClass2408.Dispose)); return typeof(GClass2456).GetMethod(nameof(GClass2456.Dispose));
} }
[PatchPrefix] [PatchPrefix]