Client now only injects chat buffer once.

This commit is contained in:
rainbow napkin 2025-09-13 11:51:10 -04:00
parent dca788dfc0
commit dd39f76725
2 changed files with 10 additions and 6 deletions

View file

@ -130,12 +130,6 @@ class channel{
//Store queue lock status
this.queueLock = data.queueLock;
//For each chat held in the chat buffer
for(let chat of data.chatBuffer){
//Display the chat
this.chatBox.displayChat(chat);
}
}
/**