mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixed bug caused by code review changes uwu
This commit is contained in:
parent
553b7d1f38
commit
f77f629cad
1 changed files with 1 additions and 1 deletions
|
@ -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]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue