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

Included the AmmoUsedCounterPatch patch to fix a bug with counting used cartridges (#773). (!164)

Reviewed-on: SPT/Modules#164
Co-authored-by: DenisZhmakin <deniszhmakin@noreply.dev.sp-tarkov.com>
Co-committed-by: DenisZhmakin <deniszhmakin@noreply.dev.sp-tarkov.com>
This commit is contained in:
DenisZhmakin 2024-09-02 08:35:03 +00:00 committed by chomp
parent 94fea58c44
commit c967b51aec

View File

@ -36,6 +36,7 @@ namespace SPT.SinglePlayer
new DisableReadyLocationReadyPatch().Enable();
new BotTemplateLimitPatch().Enable();
new LoadOfflineRaidScreenPatch().Enable();
new AmmoUsedCounterPatch().Enable(); // Necessary for fixing bug #773
new PluginErrorNotifierPatch().Enable();
new GetNewBotTemplatesPatch().Enable();
new MapReadyButtonPatch().Enable();