-
Notifications
You must be signed in to change notification settings - Fork 26
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
Showing
1 changed file
with
3 additions
and
3 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From 0db42c711ca90906065c1546179059ceef071862 Mon Sep 17 00:00:00 2001 | ||
From 537953e540842598904bfd2407afc945fbe8f15b Mon Sep 17 00:00:00 2001 | ||
From: IzzelAliz <[email protected]> | ||
Date: Sun, 7 Mar 2021 19:26:00 +0800 | ||
Subject: [PATCH] Change brand to lightfall | ||
|
@@ -572,15 +572,15 @@ index 0644b8cd..5f42857c 100644 | |
SocketAddress address = Util.getAddr( addr ); | ||
ServerInfo info = ProxyServer.getInstance().constructServerInfo( name, address, motd, restricted ); | ||
diff --git a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java | ||
index 338c30d3..211fbbaf 100644 | ||
index 338c30d3..13cf6fec 100644 | ||
--- a/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java | ||
+++ b/proxy/src/main/java/net/md_5/bungee/module/JenkinsModuleSource.java | ||
@@ -22,7 +22,7 @@ public class JenkinsModuleSource implements ModuleSource | ||
"https://papermc.io/api/v2/projects/%1$s/versions/%2$s/builds/%3$s/downloads/%4$s-%2$s-%3$s.jar", | ||
"waterfall", | ||
net.md_5.bungee.api.ProxyServer.getInstance().getVersion().split(":")[2].split("-")[0], | ||
- version.getBuild(), | ||
+ 443, | ||
+ 488, | ||
module.getName() | ||
); | ||
URL website = new URL( url ); | ||
|