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

Re-enable airdrop patch as its still needed (#9)

Re-enables the airdrop patch as its still needed for natural airdrops to
occur.
This commit is contained in:
Chomp 2024-11-30 09:01:13 +00:00 committed by GitHub
commit d19354ffef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>();