Skip to content

Commit

Permalink
Updated to PHP Chess 1.4.93
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 4, 2025
1 parent 7eceecd commit d9678b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Command/Game/Async/HeuristicTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ public function run()
: new ClassicalBoard();
}

$time = (new SanPlotter(
$time = SanPlotter::time(
new CompleteFunction(),
$board,
$this->params['movetext'],
$this->params['name'],
$board
))->time;
$this->params['name']
);

return $time;
}
Expand Down

0 comments on commit d9678b8

Please sign in to comment.