Skip to content

Commit

Permalink
Updated to PHP Chess 1.4.04
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Jan 5, 2024
1 parent 13cf1c9 commit 76245eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game/AbstractMode.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function res($argv, $cmd)
case HeuristicsCommand::class:
return [
$cmd->name => [
'evalNames' => (new StandardFunction())->names(),
'names' => (new StandardFunction())->names(),
'balance' => (new FenHeuristics($argv[1], $argv[2]))
->getBalance(),
],
Expand Down

0 comments on commit 76245eb

Please sign in to comment.