Gracefully skiping games the parser don't understand
This commit is contained in:
@@ -52,6 +52,7 @@ class GameParser
|
||||
|
||||
private function parseVariations(&$variations)
|
||||
{
|
||||
|
||||
foreach ($variations as &$variation) {
|
||||
$fen = $this->fenParser0x88->getFen();
|
||||
$this->parseMoves($variation);
|
||||
|
Reference in New Issue
Block a user