diff --git a/hwe/ts/PartialReservedCommand.vue b/hwe/ts/PartialReservedCommand.vue index 14b70fd7..325edbab 100644 --- a/hwe/ts/PartialReservedCommand.vue +++ b/hwe/ts/PartialReservedCommand.vue @@ -535,7 +535,7 @@ async function reserveCommand() { try { await SammoAPI.Command.ReserveCommand({ - turnList, + turnList: reqTurnList, action: commandName, });