aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-08-11 10:30:29 +0200
committerAdam <adammegarules1@gmail.com>2026-08-11 10:30:29 +0200
commitb806cc058bd001dbfbc28412d29eae7f4d8005df (patch)
treee8c8db23a9cf4dc59c66944c7ea8312b020b271d /src/uci.cpp
parent54b882a31b1b6fb6ca49fd3b6877bac29207ff52 (diff)
polishing
Diffstat (limited to 'src/uci.cpp')
-rw-r--r--src/uci.cpp2
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();
}