add missing break line (#578)
# PR Checklist - [ ] Did you check if it works normally in all models? *ignore this when it dosen't uses models* - [ ] Did you check if it works normally in all of web, local and node hosted versions? if it dosen't, did you blocked it in those versions? - [ ] Did you added a type def? # Description There appears to be a minor mistake here.
This commit is contained in:
@@ -403,6 +403,7 @@ export async function runTrigger(char:character,mode:triggerMode, arg:{
|
|||||||
case 'input':{
|
case 'input':{
|
||||||
const val = await alertInput(effectValue)
|
const val = await alertInput(effectValue)
|
||||||
setVar(inputVar, val)
|
setVar(inputVar, val)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case 'select':{
|
case 'select':{
|
||||||
const val = await alertSelect(effectValue.split('§'))
|
const val = await alertSelect(effectValue.split('§'))
|
||||||
|
|||||||
Reference in New Issue
Block a user