optimization(bots): remove outdated make_pair
This commit is contained in:
parent
0205bea826
commit
222dcc91ef
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user