mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Give proper credit to Joona
Stockfish would not be as where is now without his contributions. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -117,7 +117,7 @@ namespace {
|
||||
if (token == "uci")
|
||||
{
|
||||
cout << "id name " << engine_name()
|
||||
<< "\nid author Tord Romstad, Marco Costalba\n";
|
||||
<< "\nid author Tord Romstad, Marco Costalba, Joona Kiiski\n";
|
||||
print_uci_options();
|
||||
cout << "uciok" << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user