Skip to content

Commit b30e9eb

Browse files
committed
Ignore h1h1 moves when parsing PGNs
1 parent 0f77886 commit b30e9eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/text/pgn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ impl PGNLoader {
123123
continue;
124124
}
125125

126-
if token == "*" {
126+
if token == "*" || token == "h1h1" {
127127
break;
128128
}
129129

0 commit comments

Comments
 (0)