1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 09:27:29 +08:00

Remove emoji regex

This commit is contained in:
Andrew Hong 2023-07-12 06:19:48 -04:00
parent 4f5137f893
commit b3b6df6e30

View File

@ -283,8 +283,6 @@ namespace osu.Game.Online.Chat
while (space-- > 0)
empty += "\0";
handleMatches(emoji_regex, empty, "{0}", result, startIndex);
return result;
}