diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index f5d8582..8d79316 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -31,7 +31,7 @@ namespace SPT.SinglePlayer // Still need new ScavExperienceGainPatch().Enable(); new DisablePMCExtractsForScavsPatch().Enable(); - //new ScavExfilPatch().Enable(); // Replaced with server side changes + new ScavExfilPatch().Enable(); new ScavProfileLoadPatch().Enable(); new ScavPrefabLoadPatch().Enable(); new DisableReadyLocationReadyPatch().Enable();