Updated Upstream (BungeeCord) (#641)

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:
b60a30c7 Move additional dependencies to runtime scope
This commit is contained in:
FivePB (Xer) 2021-05-18 04:28:30 +02:00 committed by GitHub
parent 72dbe47c96
commit ab893721bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 4fc1a9e77047e81008f2d6f760c4722b24b5b458
Subproject commit b60a30c70546c1e24869ebce195af6195e8ccd12

View File

@ -1,4 +1,4 @@
From a29675723a6c2c520cf6c2079512f21621db28c0 Mon Sep 17 00:00:00 2001
From e11aadcf79d0e672de3681e1253977fedc327d0c Mon Sep 17 00:00:00 2001
From: Minecrell <minecrell@minecrell.net>
Date: Fri, 22 Sep 2017 12:46:47 +0200
Subject: [PATCH] Use Log4j2 for logging and TerminalConsoleAppender for
@ -251,7 +251,7 @@ index aa83cd3d..5e8499a7 100644
</modules>
diff --git a/proxy/pom.xml b/proxy/pom.xml
index eb23676e..177147ac 100644
index be0705fa..e8670283 100644
--- a/proxy/pom.xml
+++ b/proxy/pom.xml
@@ -71,7 +71,7 @@
@ -280,7 +280,7 @@ index eb23676e..177147ac 100644
<artifactId>jopt-simple</artifactId>
@@ -130,6 +131,25 @@
<version>1.7.0</version>
<scope>compile</scope>
<scope>runtime</scope>
</dependency>
+ <!-- Waterfall start - Console improvements - bring back slf4j-->
+ <dependency>
@ -1585,5 +1585,5 @@ index 21a48df6..00000000
-
-}
--
2.31.1
2.25.1