Client now only injects chat buffer once.
This commit is contained in:
parent
dca788dfc0
commit
dd39f76725
2 changed files with 10 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue