Updated Upstream (BungeeCord)

Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

BungeeCord Changes:
bcc3460d #2893: Refactored Hover Code for Maintainability
4794fccf #2888: Correct font check in BaseComponent
637e7e93 #2884: Mojangson in hover events cannot be parsed
This commit is contained in:
Shane Freeder 2020-07-07 06:06:25 +01:00
parent f6b6c61557
commit 132fd5d2c6
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 2e4b08e5ab457802d862b6aa0cb02bb24e6b5ca9
Subproject commit bcc3460dda3dd908b24ff3337c87ea1857b19268

View File

@ -1,14 +1,14 @@
From 4447c8806c0644058aa41a7a7add6927e28442f7 Mon Sep 17 00:00:00 2001
From fc340c64665fcded1b2516f0755b3fa6eb76a4b2 Mon Sep 17 00:00:00 2001
From: Tux <write@imaginarycode.com>
Date: Thu, 19 May 2016 17:36:31 -0600
Subject: [PATCH] Better unit tests for Chat API
diff --git a/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java b/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
index b41b84fb..89aec78f 100644
index 3c14d275..14508ae1 100644
--- a/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
+++ b/chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java
@@ -387,6 +387,26 @@ public class ComponentsTest
@@ -414,6 +414,26 @@ public class ComponentsTest
Assert.assertEquals( eventRetention[1].getClickEvent(), testClickEvent );
}