Remove core from getAllBotDifficulties()

This commit is contained in:
Dev 2024-04-24 13:05:37 +01:00
parent 76db8ca5e8
commit a3c8faaaaa

View File

@ -170,8 +170,6 @@ export class BotController
}
}
result["core"] = this.getBotCoreDifficulty();
return result;
}