Skip to content

Commit

Permalink
Update to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IzzelAliz committed Jun 2, 2022
1 parent 528716c commit 1431cc9
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 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
Expand Down Expand Up @@ -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 );
Expand Down

0 comments on commit 1431cc9

Please sign in to comment.