X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=683aac6d8d07a282428a9564f57152115fc7b569;hp=cec9ccf10d8e40e0d560ad43e0a5030e3eb64310;hb=7f367e6019289e65b902a5ebf7e3686db5cefdef;hpb=54f1c383d36f461a740eeaa93856b408e8d3faa3 diff --git a/src/uci.cpp b/src/uci.cpp index cec9ccf1..683aac6d 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -77,7 +77,7 @@ bool execute_uci_command(const string& cmd) { else if (token == "uci") cout << "id name " << engine_name() - << "\nid author " << engine_author() + << "\nid author " << engine_authors() << "\n" << options_to_uci() << "\nuciok" << endl;