mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-26 18:47:43 +01:00
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:
parent
132fd5d2c6
commit
4cd9150051
@ -1 +1 @@
|
||||
Subproject commit bcc3460dda3dd908b24ff3337c87ea1857b19268
|
||||
Subproject commit fd4864d475f705b348adec3fe8f48754b5ee11e6
|
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user