optimization(bots): remove outdated make_pair

This commit is contained in:
Diavolo 2023-04-11 21:04:05 +02:00
parent 0205bea826
commit 222dcc91ef

View File

@ -63,7 +63,7 @@ namespace bots
entry = entry.substr(0, pos);
}
bot_names.emplace_back(std::make_pair(entry, clan_abbrev));
bot_names.emplace_back(entry, clan_abbrev);
}
return bot_names;