mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-31 21:06:31 +00:00
暂时不在网络线程解析emoji
This commit is contained in:
@@ -230,7 +230,7 @@ public class BukkitFontManager extends AbstractFontManager implements Listener {
|
||||
changed = true;
|
||||
}
|
||||
}
|
||||
if (Config.allowEmojiChat() && !Config.disableChatReport()) {
|
||||
if (Config.allowEmojiChat()/* && !Config.disableChatReport()*/) {
|
||||
EmojiTextProcessResult result = replaceJsonEmoji(rawJsonMessage, BukkitAdaptors.adapt(player));
|
||||
if (result.replaced()) {
|
||||
rawJsonMessage = result.text();
|
||||
|
||||
Reference in New Issue
Block a user