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

Removed patch, appears to be redundant

This commit is contained in:
Dev 2024-09-13 18:14:13 +01:00
parent 5edf26b049
commit e92504ff5b

View File

@ -56,7 +56,7 @@ namespace SPT.SinglePlayer
new ScavFoundInRaidPatch().Enable(); new ScavFoundInRaidPatch().Enable();
new GetProfileAtEndOfRaidPatch().Enable(); new GetProfileAtEndOfRaidPatch().Enable();
new FixSavageInventoryScreenPatch().Enable(); new FixSavageInventoryScreenPatch().Enable();
new InsuranceScreenPatch().Enable(); //new InsuranceScreenPatch().Enable();
new RemoveStashUpgradeLabelPatch().Enable(); new RemoveStashUpgradeLabelPatch().Enable();
new RemoveClothingItemExternalObtainLabelPatch().Enable(); new RemoveClothingItemExternalObtainLabelPatch().Enable();
} }