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
This commit is contained in:
Shane Freeder 2019-08-17 21:47:53 +01:00
parent fa0711d2b8
commit 0085381369
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 5c6bc183fd1a529d398d52f6a6df4f29940710db
Subproject commit 34febec65f774d14bd28a4c907b5390f9f90ee54

View File

@ -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 <dev@jamierocks.uk>
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