From b7a41c81e97d0282b3b034950bf79e41eb8e816d Mon Sep 17 00:00:00 2001 From: Kaeno Date: Wed, 4 Sep 2024 23:21:12 +0100 Subject: [PATCH] Enable ScavRepAdjustmentPatch again so rep works like in 3.9.x --- project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index 5be6adb..a30ea7a 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -45,6 +45,7 @@ namespace SPT.SinglePlayer new ScavLateStartPatch().Enable(); new ScavSellAllPriceStorePatch().Enable(); new ScavSellAllRequestPatch().Enable(); + new ScavRepAdjustmentPatch().Enable(); // 3.10.0 new PVEModeWelcomeMessagePatch().Enable();