LibChess: Use the correct command type for InfoCommand

This commit is contained in:
Tim Ledbetter 2023-04-20 10:14:19 +01:00 committed by Sam Atkins
parent fe40a7b664
commit 77f3e9710b
Notes: sideshowbarker 2024-07-17 06:29:49 +09:00

View File

@ -247,7 +247,7 @@ private:
class InfoCommand : public Command {
public:
explicit InfoCommand()
: Command(Command::Type::BestMove)
: Command(Command::Type::Info)
{
}