diff options
Diffstat (limited to 'src/uci.cpp')
| -rw-r--r-- | src/uci.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uci.cpp b/src/uci.cpp index 5a4726a..23fe123 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -196,7 +196,7 @@ void Uci() { DebugBitboards(&game); } if (cmd == "uci") { - cout << "id name " << engine_version() << "\n"; + cout << "id name " << engine_info(); cout << "uciok\n"; cout.flush(); } |
