-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't working
Description
ChessSharp/src/ChessSharp/Pieces/Pawn.cs
Lines 104 to 106 in 82f13be
| if (lastMovedPiece is Pawn || | |
| !GetPawnMoveType(lastMove).Contains(PawnMoveType.TwoSteps) || lastMove.Destination.File != move.Destination.File || | |
| lastMove.Destination.Rank != move.Source.Rank) |
This looks like a bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working