File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- From e8b3618a81edb5d0bf3d8451596018ce647894a4 Mon Sep 17 00:00:00 2001
1
+ From 562649bccc792dfb2ea48b268ecc17191878ef99 Mon Sep 17 00:00:00 2001
2
2
From: Justsnoopy30 <everettallen30@gmail.com>
3
3
Date: Sat, 15 Feb 2020 22:59:48 -0600
4
4
Subject: [PATCH] Rename-waterfall-references-to-hyperfall
@@ -53,15 +53,15 @@ index c7ac1735..91af62d5 100644
53
53
54
54
@Override
55
55
diff --git a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java
56
- index dc2c584d..fe3affcc 100644
56
+ index dc2c584d..e91d6335 100644
57
57
--- a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java
58
58
+++ b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java
59
59
@@ -49,7 +49,7 @@ public class BungeeCordLauncher
60
60
if ( buildDate.before( deadline.getTime() ) )
61
61
{
62
62
System.err.println( "*** Hey! This build is potentially outdated :( ***" );
63
63
- System.err.println( "*** Please check for a new build from https://papermc.io/ci/job/Waterfall/ ***" );
64
- + System.err.println( "*** Please check for new changes from https://github.com/hypercubemc-github/HyperFall ***" );
64
+ + System.err.println( "*** Please check for a new build from https://github.com/hypercubemc-github/HyperFall/releases ***" );
65
65
System.err.println( "*** Should this build be outdated, you will get NO support for it. ***" );
66
66
System.err.println( "*** Server will start in 10 seconds ***" );
67
67
Thread.sleep( TimeUnit.SECONDS.toMillis( 10 ) );
You can’t perform that action at this time.
0 commit comments