Skip to content

Commit

Permalink
Removed commented out code since we do not need it
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialR3ido101 committed Dec 12, 2023
1 parent b451571 commit d7226b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/communityScripts/chat/FloofChat.html
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit d7226b7

Please sign in to comment.