mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-28 03:27:37 +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: 34febec6 Increase outdated build delay to 8 weeks
This commit is contained in:
parent
fa0711d2b8
commit
0085381369
@ -1 +1 @@
|
||||
Subproject commit 5c6bc183fd1a529d398d52f6a6df4f29940710db
|
||||
Subproject commit 34febec65f774d14bd28a4c907b5390f9f90ee54
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user