Skip to content

Commit f5c8c07

Browse files
authored
Merge pull request #1 from DBTDerpbox/patch-1
Change default download url to the lem menu server's SRP config
2 parents 19c61f7 + bf9078a commit f5c8c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/kyrptonaught/lemclienthelper/ResourcePreloader/ResourcePreloaderConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import net.kyrptonaught.kyrptconfig.config.AbstractConfigFile;
55

66
public class ResourcePreloaderConfig implements AbstractConfigFile {
7-
public static final String DEFAULT_URL = "https://raw.githubusercontent.com/DBTDerpbox/Legacy-Edition-Battle/main/config/switchableresourcepacksconfig.json5";
7+
public static final String DEFAULT_URL = "https://raw.githubusercontent.com/DBTDerpbox/LEM-Menu-Server/main/config/serverutils/switchableresourcepacks.json5";
88
@Comment("URL to download the list of packs from")
99
public String URL = DEFAULT_URL;
1010

0 commit comments

Comments
 (0)