diff --git a/hwe/ts/v_processing.ts b/hwe/ts/v_processing.ts index b123f2cc..9b11e17b 100644 --- a/hwe/ts/v_processing.ts +++ b/hwe/ts/v_processing.ts @@ -14,7 +14,7 @@ import { sammoAPI, ValidResponse } from './util/sammoAPI'; declare const turnList: number[]; async function submitCommand(isChiefTurn: boolean, turnList: number[], action: string, arg: Args): Promise { - const target = isChiefTurn ? 'Command/ReserveCommand' : 'NationCommand/ReserveCommand'; + const target = isChiefTurn ? 'NationCommand/ReserveCommand' : 'Command/ReserveCommand'; try { const testResult = testSubmitArgs(arg);