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();