updates null moves
This commit is contained in:
@@ -37,6 +37,8 @@ class GameParser
|
||||
|
||||
private function parseAMove(&$move)
|
||||
{
|
||||
|
||||
|
||||
if (!isset($move[CHESS_JSON::MOVE_NOTATION]) || (isset($move[CHESS_JSON::FEN]) && isset($move[CHESS_JSON::MOVE_FROM]) && isset($move[CHESS_JSON::MOVE_TO]))) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user