diff --git a/eaglercraftbungee/src/main/java/net/md_5/bungee/config/YamlConfig.java b/eaglercraftbungee/src/main/java/net/md_5/bungee/config/YamlConfig.java index e48d582..9005d80 100644 --- a/eaglercraftbungee/src/main/java/net/md_5/bungee/config/YamlConfig.java +++ b/eaglercraftbungee/src/main/java/net/md_5/bungee/config/YamlConfig.java @@ -25,6 +25,7 @@ import java.util.logging.Level; import org.yaml.snakeyaml.DumperOptions; import org.yaml.snakeyaml.Yaml; +import net.md_5.bungee.BungeeCord; import net.md_5.bungee.Util; import net.md_5.bungee.api.ChatColor; import net.md_5.bungee.api.ProxyServer; @@ -301,6 +302,12 @@ public class YamlConfig implements ConfigurationAdapter { c.add("https://g.lax1dude.net/eaglercraft/origin_blacklist.txt"); c.add("https://raw.githubusercontent.com/LAX1DUDE/eaglercraft/main/stable-download/origin_blacklist.txt"); c = this.get("origin_blacklist_subscriptions", c); + }else { + if(c.remove("https://g.eags.us/eaglercraft/origin_blacklist.txt")) { + c.add("https://g.lax1dude.net/eaglercraft/origin_blacklist.txt"); + this.save(); + BungeeCord.getInstance().getLogger().warning("Your origin blacklist has been patched to use g.lax1dude.net instead"); + } } return c; } diff --git a/stable-download/java/bungee_command/bungee-dist.jar b/stable-download/java/bungee_command/bungee-dist.jar index 0786f77..4ae5b43 100644 Binary files a/stable-download/java/bungee_command/bungee-dist.jar and b/stable-download/java/bungee_command/bungee-dist.jar differ diff --git a/stable-download/stable-download-new.zip b/stable-download/stable-download-new.zip index 7b6945b..f132d4c 100644 Binary files a/stable-download/stable-download-new.zip and b/stable-download/stable-download-new.zip differ diff --git a/stable-download/stable-download_repl.zip b/stable-download/stable-download_repl.zip index aef2bd9..d7454b2 100644 Binary files a/stable-download/stable-download_repl.zip and b/stable-download/stable-download_repl.zip differ