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

Disable Patches for now

This commit is contained in:
Kaeno 2024-08-01 17:21:44 +01:00
parent f1b142ad49
commit cec8028645

View File

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