fix v2StopPromptSending

This commit is contained in:
kwaroran
2025-04-14 15:36:59 +09:00
parent 35f0f8e1dc
commit ce24497bad

View File

@@ -988,7 +988,8 @@ export async function runTrigger(char:character,mode:triggerMode, arg:{
await processMultiCommand(effectValue) await processMultiCommand(effectValue)
break break
} }
case 'stop':{ case 'stop':
case 'v2StopPromptSending':{
stopSending = true stopSending = true
break break
} }