From 333e871b4fbabbfd2151252db27aeeeab9e84667 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Mon, 15 May 2023 11:26:38 +0300 Subject: [PATCH] #310 Reapply patch --- public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/script.js b/public/script.js index 5a29de6af..a0444c668 100644 --- a/public/script.js +++ b/public/script.js @@ -1793,7 +1793,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject, } else { this_mes_ch_name = charName; } - if (coreChat[j]['is_name']) { + if (coreChat[j]['is_name'] || selected_group) { chat2[i] = this_mes_ch_name + ': ' + coreChat[j]['mes'] + '\n'; } else { chat2[i] = coreChat[j]['mes'] + '\n';