-
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 5c789d7281c5102465ca455daf7128d7a93fe22c Mon Sep 17 00:00:00 2001 | ||
From dc58a8211cbf8668092df69c71212fbb9e903989 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 0dd69778..2c3381f7 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 5bb86152..77ed53b1 100644 | ||
index 5bb86152..eb0a9a7c 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://api.papermc.io/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(), | ||
+ 488, | ||
+ 504, | ||
module.getName() | ||
); | ||
URL website = new URL( url ); | ||
|