mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 09:50:43 -05:00
Fix AirdropFlareDisposePatch
This commit is contained in:
parent
c7617f00fc
commit
ec6f7242e9
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user