We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089403f commit d50b499Copy full SHA for d50b499
src/main/java/net/kyrptonaught/lemclienthelper/ResourcePreloader/ResourcePreloaderConfig.java
@@ -4,7 +4,7 @@
4
import net.kyrptonaught.kyrptconfig.config.AbstractConfigFile;
5
6
public class ResourcePreloaderConfig implements AbstractConfigFile {
7
- public static final String DEFAULT_URL = "https://raw.githubusercontent.com/Legacy-Edition-Minigames/Menu-Server/main/config/serverutils/switchableresourcepacks.json5";
+ public static final String DEFAULT_URL = "https://raw.githubusercontent.com/Legacy-Edition-Minigames/Minigames/main/config/serverutils/switchableresourcepacks.json5";
8
@Comment("URL to download the list of packs from")
9
public String URL = DEFAULT_URL;
10
0 commit comments