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

Added back patch that's required to flag scav exfils as valid

This commit is contained in:
Dev 2024-09-18 15:25:05 +01:00
parent 26da1c3990
commit 6ea4ac6fed

View File

@ -31,7 +31,7 @@ namespace SPT.SinglePlayer
// Still need // Still need
new ScavExperienceGainPatch().Enable(); new ScavExperienceGainPatch().Enable();
new DisablePMCExtractsForScavsPatch().Enable(); new DisablePMCExtractsForScavsPatch().Enable();
//new ScavExfilPatch().Enable(); // Replaced with server side changes new ScavExfilPatch().Enable();
new ScavProfileLoadPatch().Enable(); new ScavProfileLoadPatch().Enable();
new ScavPrefabLoadPatch().Enable(); new ScavPrefabLoadPatch().Enable();
new DisableReadyLocationReadyPatch().Enable(); new DisableReadyLocationReadyPatch().Enable();