misc: 턴 입력이 아무것도 없으면 1턴

This commit is contained in:
2021-12-08 01:23:58 +09:00
parent 6dd77dd632
commit 5a2ea3496e
+1 -2
View File
@@ -430,8 +430,7 @@ export default defineComponent({
}
if(turnList.length == 0){
alert('변경을 원하는 턴을 선택해주세요.');
return;
turnList.push(0);
}
const commandName = this.selectedCommand.value;