Skip to content

Commit

Permalink
Merge pull request #1 from DBTDerpbox/patch-1
Browse files Browse the repository at this point in the history
Change default download url to the lem menu server's SRP config
  • Loading branch information
kyrptonaught authored May 23, 2022
2 parents 19c61f7 + bf9078a commit f5c8c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import net.kyrptonaught.kyrptconfig.config.AbstractConfigFile;

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

Expand Down

0 comments on commit f5c8c07

Please sign in to comment.