From 30b83faab6488d966431b201c089028a49ac0339 Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 28 Feb 2020 00:31:53 +0100 Subject: [PATCH] Fix plot downloading --- .../intellectualsites/plotsquared/plot/config/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java index 84fe1bceb..e1b7c6727 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Settings.java @@ -238,7 +238,7 @@ public class Settings extends Config { @Comment({"The web interface for schematics", " - All schematics are anonymous and private", " - Downloads can be deleted by the user", " - Supports plot uploads, downloads and saves",}) public static String URL = - "https://empcraft.com/plots/"; + "https://athion.net/plots/"; @Comment({"The web interface for assets", " - All schematics are organized and public", " - Assets can be searched, selected and downloaded",}) public static String ASSETS = "https://empcraft.com/assetpack/";