in the middle of relearning msal
This commit is contained in:
@@ -42,7 +42,7 @@ public class PromotePrompt
|
||||
if (command != null && sessionName != null)
|
||||
{
|
||||
command.IsPromotion = false;
|
||||
return shogiApi.PostMove(sessionName, command);
|
||||
return shogiApi.Move(sessionName, command);
|
||||
}
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
@@ -51,7 +51,7 @@ public class PromotePrompt
|
||||
if (command != null && sessionName != null)
|
||||
{
|
||||
command.IsPromotion = true;
|
||||
return shogiApi.PostMove(sessionName, command);
|
||||
return shogiApi.Move(sessionName, command);
|
||||
}
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user