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:
fd4864d4 #2899: Various chat API stability updates
c5610a6a #2897: Add params of recursive call of ChatComponent transform
This commit is contained in:
Shane Freeder 2020-07-09 19:47:53 +01:00
parent 132fd5d2c6
commit 4cd9150051
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 bcc3460dda3dd908b24ff3337c87ea1857b19268
Subproject commit fd4864d475f705b348adec3fe8f48754b5ee11e6

View File

@ -1,14 +1,14 @@
From fc340c64665fcded1b2516f0755b3fa6eb76a4b2 Mon Sep 17 00:00:00 2001
From 260c23c3d1bce99d202f01c684743e7c61112460 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 3c14d275..14508ae1 100644
index 3922fbea..b28d9218 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
@@ -414,6 +414,26 @@ public class ComponentsTest
@@ -438,6 +438,26 @@ public class ComponentsTest
Assert.assertEquals( eventRetention[1].getClickEvent(), testClickEvent );
}