fix: 변경한 턴 입력기에에서 단순 턴 입력 불가
This commit is contained in:
@@ -535,7 +535,7 @@ async function reserveCommand() {
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
await SammoAPI.Command.ReserveCommand({
|
await SammoAPI.Command.ReserveCommand({
|
||||||
turnList,
|
turnList: reqTurnList,
|
||||||
action: commandName,
|
action: commandName,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user