From d7226b76a4a84da55d167256b474fe9be0cd1f6f Mon Sep 17 00:00:00 2001 From: OfficialR3ido101 Date: Tue, 12 Dec 2023 16:54:22 +0000 Subject: [PATCH] Removed commented out code since we do not need it --- scripts/communityScripts/chat/FloofChat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/communityScripts/chat/FloofChat.html b/scripts/communityScripts/chat/FloofChat.html index 4f0ee64deb9..48be283f936 100644 --- a/scripts/communityScripts/chat/FloofChat.html +++ b/scripts/communityScripts/chat/FloofChat.html @@ -103,7 +103,7 @@ } for (var i = 0; i < messageParts.length; i++) { - messageFormatted.push(messageParts[i]) + messageFormatted.push(messageParts[i]); } for (var i = 0; i < messageFormatted.length; i++) {