1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:17:46 +00:00

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

View file

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