Remove unused code
This commit is contained in:
parent
b1ee7a27b3
commit
422a817360
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user