fix love preview

master
Aevann 2023-08-17 21:03:01 +03:00
parent 7dc377007e
commit da0cb474bd
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ const findAllEmoteEndings = (word) => {
hasReachedNonModifer = true; hasReachedNonModifer = true;
continue; continue;
} }
currWord = currWord.slice(0, -5); currWord = currWord.slice(0, -4);
currEndings.push(MODIFIERS.LOVE); currEndings.push(MODIFIERS.LOVE);
continue; continue;
} }