yep
This commit is contained in:
@@ -74,11 +74,10 @@
|
||||
{
|
||||
if (pieceAtPosition is null)
|
||||
{
|
||||
Console.WriteLine("Moving piece from hand.");
|
||||
// Placing a piece from the hand to an empty space.
|
||||
// await ShogiApi.Move(
|
||||
// Session.SessionName,
|
||||
// new MovePieceCommand(selectedPieceFromHand.Value, position));
|
||||
await ShogiApi.Move(
|
||||
Session.SessionName,
|
||||
new MovePieceCommand(selectedPieceFromHand.Value, position));
|
||||
}
|
||||
StateHasChanged();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user