Skip to content

Commit

Permalink
Update build number
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Oct 6, 2022
1 parent 43e89d7 commit 0553cfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Waterfall-Proxy-Patches/0001-Change-brand-to-lightfall.patch
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
Expand Down Expand Up @@ -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 );
Expand Down

0 comments on commit 0553cfd

Please sign in to comment.