diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index 834c270..52beca3 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -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();