mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #42 - Fixed several WebRTC bugs and other issues
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user