From f77f629cad671be922020cc7c86bff153f99dab9 Mon Sep 17 00:00:00 2001
From: Fluffy Jenkins <richardjrn.w@gmail.com>
Date: Wed, 22 Jan 2020 02:56:53 +0000
Subject: [PATCH] Fixed bug caused by code review changes uwu

---
 scripts/communityModules/chat/FloofChat.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/communityModules/chat/FloofChat.html b/scripts/communityModules/chat/FloofChat.html
index 23c30adf69..04410ff44b 100644
--- a/scripts/communityModules/chat/FloofChat.html
+++ b/scripts/communityModules/chat/FloofChat.html
@@ -96,7 +96,7 @@
                     messageFormatted.push(replaceFormatting(messageParts[i]));
                 }
 
-                for (var i = 0; i < con.length; i++) {
+                for (var i = 0; i < messageFormatted.length; i++) {
                     completeMessage.push(messageFormatted[i], urlLinkified[i]);
                 }