Fix build

This commit is contained in:
fed 2023-02-22 05:02:09 +01:00
parent 818f35cfeb
commit e1b2528ffb

View File

@ -76,8 +76,6 @@ namespace language
const auto lower = utils::string::to_lower(name);
for (auto i = 0; i < game::LANGUAGE_COUNT; i++)
{
const auto a = game::languages[i].name;
const auto b = game::languages[i].is_supported;
if (game::languages[i].name == lower)
{
return true;