]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Cleanup debug counters
[stockfish] / src / uci.cpp
index cec9ccf10d8e40e0d560ad43e0a5030e3eb64310..683aac6d8d07a282428a9564f57152115fc7b569 100644 (file)
@@ -77,7 +77,7 @@ bool execute_uci_command(const string& cmd) {
 
   else if (token == "uci")
       cout << "id name " << engine_name()
 
   else if (token == "uci")
       cout << "id name " << engine_name()
-           << "\nid author " << engine_author()
+           << "\nid author " << engine_authors()
            << "\n" << options_to_uci()
            << "\nuciok" << endl;
 
            << "\n" << options_to_uci()
            << "\nuciok" << endl;