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