Fully implemented flag overriding and player specification in players.hpp, fixed bugs and updated README

This commit is contained in:
Baldomo
2021-01-24 18:44:12 +01:00
parent 93f7bc29f3
commit 1bf066ec7c
5 changed files with 107 additions and 22 deletions

View File

@@ -61,7 +61,7 @@ int main(int argc, char const *argv[]) {
return 0;
}
std::cout << "Error writing to socket, opening new instance"
std::cerr << "Error writing to socket, opening new instance"
<< std::endl;
}
std::system(mo->build_cmd().c_str());