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

Re-enable airdrop patch as its still needed

This commit is contained in:
Cj 2024-11-30 00:27:54 -05:00
parent ab809c4bc5
commit 49bd0db888

View File

@ -43,7 +43,7 @@ namespace SPT.Custom
new FixBossesHavingNoFollowersOnMediumAiAmount().Enable(); new FixBossesHavingNoFollowersOnMediumAiAmount().Enable();
new FixAirdropCrashPatch().Enable(); new FixAirdropCrashPatch().Enable();
new FixAirdropFlareDisposePatch().Enable(); new FixAirdropFlareDisposePatch().Enable();
//new AllowAirdropsInPvEPatch().Enable(); new AllowAirdropsInPvEPatch().Enable();
new MemoryCollectionPatch().Enable(); new MemoryCollectionPatch().Enable();
HookObject.AddOrGetComponent<MenuNotificationManager>(); HookObject.AddOrGetComponent<MenuNotificationManager>();