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:
855d1525 #2829: Fix action bar messages on pre 1.11 versions
a1969b2f #2823: Update Netty to 4.1.49.Final
b91d4d30 #2820: Sending a player via /send prints incorrect message
aa66633d #2821: Add support for brigadier:long argument type
This commit is contained in:
Shane Freeder 2020-04-29 23:36:39 +01:00
parent 351a94db0d
commit a469ee5b41
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 1 additions and 25 deletions

@ -1 +1 @@
Subproject commit f1c32f84f46589632d7721d8de87d5589ef8e6a6
Subproject commit 855d1525038369950db427b8ea7299fb6227f0f3

View File

@ -1,24 +0,0 @@
From 3839feee87336320de5d39dc5a70fd82e90d63ef Mon Sep 17 00:00:00 2001
From: Andrew Steinborn <git@steinborn.me>
Date: Wed, 22 Apr 2020 10:22:09 -0400
Subject: [PATCH] Bump Netty to 4.1.49.Final
Fixes https://github.com/netty/netty/issues/10165, also known as
"bungeecrasher" amongst other names.
diff --git a/pom.xml b/pom.xml
index f6ff86a2..c9531d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
<properties>
<build.number>unknown</build.number>
- <netty.version>4.1.48.Final</netty.version>
+ <netty.version>4.1.49.Final</netty.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
--
2.26.2