0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 01:30:45 -05:00

Enable ScavRepAdjustmentPatch again so rep works like in 3.9.x

This commit is contained in:
Kaeno 2024-09-04 23:21:12 +01:00
parent 9c248719e7
commit b7a41c81e9

View File

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