edited char msgs can now show (charname):

- also better SD world prompt
This commit is contained in:
RossAscends
2023-05-05 06:18:55 +09:00
parent 35c0fa9c4b
commit 5cd3d0cf81
2 changed files with 7 additions and 7 deletions

View File

@ -967,9 +967,9 @@ function messageFormating(mes, ch_name, isSystem, forceAvatar) {
});
}
if (ch_name && (forceAvatar || ch_name !== name1)) {
mes = mes.replaceAll(ch_name + ":", "");
}
/* if (ch_name && (forceAvatar || ch_name !== name1)) {
mes = mes.replaceAll(ch_name + ":", "");
} */
return mes;
}