-
-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
66f7082
commit 66e27fa
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
From f61e1e636169079ed0987cfc28a106a6007a9de3 Mon Sep 17 00:00:00 2001 | ||
From: MiniDigger <[email protected]> | ||
Date: Fri, 22 Mar 2024 09:20:53 +0100 | ||
Subject: [PATCH] eol 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 96a9998d..72d6a15d 100644 | ||
--- a/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java | ||
+++ b/proxy/src/main/java/net/md_5/bungee/BungeeCordLauncher.java | ||
@@ -64,6 +64,7 @@ public class BungeeCordLauncher | ||
BungeeCord bungee = new BungeeCord(); | ||
ProxyServer.setInstance( bungee ); | ||
bungee.getLogger().info( "Enabled Waterfall version " + bungee.getVersion() ); | ||
+ bungee.getLogger().warning("Waterfall has reached end of life and is no longer maintained. We recommend you transition to Velocity (https://papermc.io/software/velocity). For more information, see the announcement (https://forums.papermc.io/threads/1088/)."); // Waterfall - eol message | ||
bungee.start(); | ||
|
||
if ( !options.has( "noconsole" ) ) | ||
-- | ||
2.42.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66e27fa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:(