Update #42 - Fixed several WebRTC bugs and other issues

This commit is contained in:
lax1dude
2024-11-16 21:47:35 -08:00
parent 4d66ca140a
commit 64ac208565
95 changed files with 1084 additions and 501 deletions

View File

@ -189,8 +189,11 @@
+ * So sorry for this implementation
+ */
> CHANGE 1 : 8 @ 1 : 2
> CHANGE 1 : 11 @ 1 : 2
~ if (component == null) {
~ return "null";
~ }
~ if ((component instanceof ChatComponentText) && component.getChatStyle().isEmpty()
~ && component.getSiblings().isEmpty()) {
~ String escaped = new JSONObject().put("E", component.getUnformattedTextForChat()).toString();