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:
parent
fe40a7b664
commit
77f3e9710b
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ private:
|
|||
class InfoCommand : public Command {
|
||||
public:
|
||||
explicit InfoCommand()
|
||||
: Command(Command::Type::BestMove)
|
||||
: Command(Command::Type::Info)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue