diff --git a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs index ec7269a..cc7e157 100644 --- a/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs +++ b/project/SPT.SinglePlayer/SPTSingleplayerPlugin.cs @@ -35,7 +35,7 @@ namespace SPT.SinglePlayer new ScavProfileLoadPatch().Enable(); new ScavPrefabLoadPatch().Enable(); new DisableReadyLocationReadyPatch().Enable(); - new BotTemplateLimitPatch().Enable(); + //new BotTemplateLimitPatch().Enable(); // Not necessary, controls how many 'respawns' the wave has, different to what the original patches intent was when written new LoadOfflineRaidScreenPatch().Enable(); new AmmoUsedCounterPatch().Enable(); // Necessary for fixing bug #773 new PluginErrorNotifierPatch().Enable();