1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 00:20:50 +08:00

Remove emoji regex

This commit is contained in:
Andrew Hong
2023-07-12 06:19:48 -04:00
Unverified
parent 4f5137f893
commit b3b6df6e30
-2
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;
}