From 7901310094c7bc6ca3107ba16fe4a5719cf009ed Mon Sep 17 00:00:00 2001 From: CWX Date: Sat, 24 Aug 2024 11:43:19 +0100 Subject: [PATCH] Still need these patches for scav selling price --- 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 d7847bb..60de6a9 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -27,8 +27,6 @@ namespace SPT.SinglePlayer new SpawnProcessNegativeValuePatch().Enable(); new SpawnPmcPatch().Enable(); // new ScavRepAdjustmentPatch().Enable(); - // new ScavSellAllPriceStorePatch().Enable(); - // new ScavSellAllRequestPatch().Enable(); // new ArmorDamageCounterPatch().Enable(); // new AmmoUsedCounterPatch().Enable(); @@ -49,6 +47,8 @@ namespace SPT.SinglePlayer new MapReadyButtonPatch().Enable(); new RemoveUsedBotProfilePatch().Enable(); new ScavLateStartPatch().Enable(); + new ScavSellAllPriceStorePatch().Enable(); + new ScavSellAllRequestPatch().Enable(); // 3.10.0 new PVEModeWelcomeMessagePatch().Enable();