From 00853813690024daf50760abccbad0f68ddf8e5c Mon Sep 17 00:00:00 2001 From: Shane Freeder Date: Sat, 17 Aug 2019 21:47:53 +0100 Subject: [PATCH] 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: 34febec6 Increase outdated build delay to 8 weeks --- BungeeCord | 2 +- .../0035-Improve-outdated-build-message.patch | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/BungeeCord b/BungeeCord index 5c6bc18..34febec 160000 --- a/BungeeCord +++ b/BungeeCord @@ -1 +1 @@ -Subproject commit 5c6bc183fd1a529d398d52f6a6df4f29940710db +Subproject commit 34febec65f774d14bd28a4c907b5390f9f90ee54 diff --git a/BungeeCord-Patches/0035-Improve-outdated-build-message.patch b/BungeeCord-Patches/0035-Improve-outdated-build-message.patch index e0daf6e..138588c 100644 --- a/BungeeCord-Patches/0035-Improve-outdated-build-message.patch +++ b/BungeeCord-Patches/0035-Improve-outdated-build-message.patch @@ -1,15 +1,15 @@ -From d8dbe569ea22ef4720d8d0cde155074419e96a22 Mon Sep 17 00:00:00 2001 +From ccf2d098264af3f6482da258d2e1ccc3288d192d Mon Sep 17 00:00:00 2001 From: Jamie Mansfield Date: Sat, 10 Jun 2017 20:56:02 +0100 Subject: [PATCH] Improve outdated build message diff --git a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java -index 50195762..9fab61ec 100644 +index 4ba0ced5..4c119b9d 100644 --- a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java +++ b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java @@ -48,9 +48,9 @@ public class BungeeCordLauncher - deadline.add( Calendar.WEEK_OF_YEAR, -4 ); + deadline.add( Calendar.WEEK_OF_YEAR, -8 ); if ( buildDate.before( deadline.getTime() ) ) { - System.err.println( "*** Warning, this build is outdated ***" ); @@ -22,5 +22,5 @@ index 50195762..9fab61ec 100644 Thread.sleep( TimeUnit.SECONDS.toMillis( 10 ) ); } -- -2.21.0 +2.22.0