diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index 671113e..812e497 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -55,12 +55,12 @@ namespace SPT.SinglePlayer new DisableMatchmakerPlayerPreviewButtonsPatch().Enable(); new EnableRefForPVEPatch().Enable(); new EnableRefIntermScreenPatch().Enable(); - new EnablePlayerScavPatch().Enable(); + //new EnablePlayerScavPatch().Enable(); new ScavFoundInRaidPatch().Enable(); new GetProfileAtEndOfRaidPatch().Enable(); new FixSavageInventoryScreenPatch().Enable(); new InsuranceScreenPatch().Enable(); - new ApplyRaidSettingsPatch().Enable(); + //new ApplyRaidSettingsPatch().Enable(); new FixQuestAchieveControllersPatch().Enable(); } catch (Exception ex)