Fix console spam on deletion

This commit is contained in:
SillyLossy
2023-03-12 14:04:20 +02:00
parent 8bff8a59a5
commit 76f0e892a4

View File

@@ -4755,7 +4755,7 @@
name2: name2,
characterId: this_chid,
groupId: selected_group,
chatId: (this_chid && characters[this_chid].chat),
chatId: (this_chid && characters[this_chid] && characters[this_chid].chat),
onlineStatus: online_status,
addOneMessage: addOneMessage,
generate: Generate,