fix: lua chat functions

This commit is contained in:
bangonicdd
2025-03-09 19:58:08 +09:00
parent 5fc36ce323
commit 71ee015f21
3 changed files with 24 additions and 37 deletions

View File

@@ -1151,7 +1151,7 @@ export async function runTrigger(char:character,mode:triggerMode, arg:{
if(triggerCodeResult.stopSending){
stopSending = true
}
chat = getCurrentChat()
chat = triggerCodeResult.chat
break
}