Merge pull request #506 from diamante0018/diamante0018-patch-1

optimization(bots): remove outdated make_pair
This commit is contained in:
Maurice Heumann 2023-04-12 07:34:56 +02:00 committed by GitHub
commit fa9fd87308

View File

@ -63,7 +63,7 @@ namespace bots
entry = entry.substr(0, pos); 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; return bot_names;