mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibChess: Use the correct command type for InfoCommand
This commit is contained in:
parent
fe40a7b664
commit
77f3e9710b
Notes:
sideshowbarker
2024-07-17 06:29:49 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/77f3e9710b Pull-request: https://github.com/SerenityOS/serenity/pull/18588 Reviewed-by: https://github.com/LucasChollet ✅ Reviewed-by: https://github.com/fdellwing ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
@ -247,7 +247,7 @@ private:
|
||||
class InfoCommand : public Command {
|
||||
public:
|
||||
explicit InfoCommand()
|
||||
: Command(Command::Type::BestMove)
|
||||
: Command(Command::Type::Info)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user