From b806cc058bd001dbfbc28412d29eae7f4d8005df Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 11 Aug 2026 10:30:29 +0200 Subject: polishing --- src/uci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uci.cpp') 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(); } -- cgit v1.2.3