Merge pull request #506 from diamante0018/diamante0018-patch-1
optimization(bots): remove outdated make_pair
This commit is contained in:
commit
fa9fd87308
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user