Fix system message on group deletion

This commit is contained in:
SillyLossy
2023-04-30 22:39:08 +03:00
parent 6615d94051
commit b7af814039

View File

@ -102,7 +102,6 @@ import {
tags,
loadTagsSettings,
printTags,
isElementTagged,
getTagsList,
appendTagToList,
createTagMapFromList,
@ -197,7 +196,7 @@ let safetychat = [
is_user: false,
is_name: true,
create_date: 0,
mes: "\n<i>You deleted a character/chat and arrived back here for safety reasons! Pick another character!</i>\n\n",
mes: "You deleted a character/chat and arrived back here for safety reasons! Pick another character!",
},
];
let chat_create_date = 0;