misc: 턴 입력이 아무것도 없으면 1턴
This commit is contained in:
@@ -430,8 +430,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(turnList.length == 0){
|
if(turnList.length == 0){
|
||||||
alert('변경을 원하는 턴을 선택해주세요.');
|
turnList.push(0);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const commandName = this.selectedCommand.value;
|
const commandName = this.selectedCommand.value;
|
||||||
|
|||||||
Reference in New Issue
Block a user