Fix plot downloading

This commit is contained in:
NotMyFault 2020-02-28 00:31:53 +01:00 committed by GitHub
parent 9868648fcb
commit 30b83faab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/";