From 76f0e892a40f6ea7f923653b145effb3e60654bf Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sun, 12 Mar 2023 14:04:20 +0200 Subject: [PATCH] Fix console spam on deletion --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index c788252a9..3b6fa0744 100644 --- a/public/index.html +++ b/public/index.html @@ -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,