Remove unused code

This commit is contained in:
Dev 2023-12-28 08:48:40 +00:00
parent b1ee7a27b3
commit 422a817360

View File

@ -128,14 +128,6 @@ export class BotController
break;
default:
difficultySettings = this.botDifficultyHelper.getBotDifficultySettings(type, difficulty);
// Don't add PMCs to event enemies (e.g. gifter/peacefullzryachiyevent)
if (!this.botConfig.botsToNotAddPMCsAsEnemiesTo.includes(type.toLowerCase()))
{
this.botHelper.addBotToEnemyList(difficultySettings, [
this.pmcConfig.bearType,
this.pmcConfig.usecType,
], lowercasedBotType);
}
break;
}