mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +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 {
|
class InfoCommand : public Command {
|
||||||
public:
|
public:
|
||||||
explicit InfoCommand()
|
explicit InfoCommand()
|
||||||
: Command(Command::Type::BestMove)
|
: Command(Command::Type::Info)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue