yep
This commit is contained in:
@@ -51,7 +51,7 @@ namespace Shogi.Domain
|
||||
var fromPiece = board[from];
|
||||
if (fromPiece == null)
|
||||
{
|
||||
return new MoveResult(false, $"Tile [{from}] is empty. There is no piece to move.");
|
||||
return new MoveResult(false, $"Tile [{fromNotation}] is empty. There is no piece to move.");
|
||||
}
|
||||
|
||||
if (fromPiece.Owner != board.WhoseTurn)
|
||||
|
||||
Reference in New Issue
Block a user