You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GameLoader.loadNextGame() stops parsing if a isEndGame(line) results true. But this may happen also in a move comment (e.g. which refers to an other game with result). Of course, this rarely happens, but it does happen.
isEndGame(line) must be followed by a check on a subsequent blank line.
The text was updated successfully, but these errors were encountered:
GameLoader.loadNextGame() stops parsing if a isEndGame(line) results true. But this may happen also in a move comment (e.g. which refers to an other game with result). Of course, this rarely happens, but it does happen.
isEndGame(line) must be followed by a check on a subsequent blank line.
The text was updated successfully, but these errors were encountered: