misc: 턴선택이 없을 경우 안내

This commit is contained in:
2021-12-08 01:12:03 +09:00
parent 601222a60d
commit d4279b0cb7
+5
View File
@@ -429,6 +429,11 @@ export default defineComponent({
turnList.push(turnIdx);
}
if(turnList.length == 0){
alert('변경을 원하는 턴을 선택해주세요.');
return;
}
const commandName = this.selectedCommand.value;
if (listReqArgCommand.has(commandName)) {