Skip to content

Commit 6c3d691

Browse files
committed
Don't unsubscribe from chat or armored chat breaks too
1 parent b52f887 commit 6c3d691

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/communityScripts/chatBubbles.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,10 @@ AvatarList.avatarSessionChangedEvent.connect((_, oldSessionID) => ChatBubbles_De
205205
settings = Settings.getValue("ChatBubbles-Config", settings);
206206
Messages.messageReceived.connect(ChatBubbles_RecvMsg);
207207
Messages.subscribe(TYPING_NOTIFICATION_CHANNEL);
208-
Messages.subscribe("chat");
209208

210209
Script.scriptEnding.connect(() => {
211210
Settings.setValue("ChatBubbles-Config", settings);
212211
Messages.messageReceived.disconnect(ChatBubbles_RecvMsg);
213212
Messages.unsubscribe(TYPING_NOTIFICATION_CHANNEL);
214-
Messages.unsubscribe("chat");
215213
ChatBubbles_DeleteAll();
216214
});

0 commit comments

Comments
 (0)