Add chat changes

This commit is contained in:
Hepatica
2024-01-25 23:18:39 +01:00
parent b1507a2a1d
commit 5568b6b635
2 changed files with 4 additions and 4 deletions

View File

@@ -52,9 +52,9 @@ export default {
SendMessageToChat(msg[0]);
if(this.array.length > 7) {
this.array.shift()
}
// if(this.array.length > 7) {
// this.array.shift()
// }
}
},
mounted() {