mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-28 13:15:31 +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: 5aaccd2e #2621: Fix score component serialization
This commit is contained in:
parent
7962b23cbb
commit
a4c1e457e8
@ -1 +1 @@
|
||||
Subproject commit 771f1735e5460909175d4a6e9713cdbe60ad8eec
|
||||
Subproject commit 5aaccd2e9ec554f8f769aa0eb11a7393236aad85
|
@ -1,14 +1,14 @@
|
||||
From 7cb2d818052536c475e08d305a5f2696835754f4 Mon Sep 17 00:00:00 2001
|
||||
From ebf7cd9d6b6e122c450c7ac8847daded9190931e 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 bb38f1b1..e918ac1b 100644
|
||||
index 8fa10e44..a6279567 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
|
||||
@@ -214,6 +214,26 @@ public class ComponentsTest
|
||||
@@ -224,6 +224,26 @@ public class ComponentsTest
|
||||
Assert.assertEquals( eventRetention[1].getClickEvent(), testClickEvent );
|
||||
}
|
||||
|
||||
@ -53,5 +53,5 @@ index 2391c22f..8397db2d 100644
|
||||
+ }
|
||||
}
|
||||
--
|
||||
2.20.1
|
||||
2.21.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user