mirror of
https://github.com/sp-tarkov/modules.git
synced 2025-02-13 06:10:45 -05:00
Added back patch that's required to flag scav exfils as valid
This commit is contained in:
parent
26da1c3990
commit
6ea4ac6fed
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user