From cec8028645be2cacb2249698af9ca57160611508 Mon Sep 17 00:00:00 2001 From: Kaeno Date: Thu, 1 Aug 2024 17:21:44 +0100 Subject: [PATCH] Disable Patches for now --- project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)