mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Changed download link to be the redirect so that it changes everywhere when it actually changes
This commit is contained in:
parent
9c4056ed52
commit
2007732fdc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import de.ellpeck.actuallyadditions.mod.util.Util;
|
|||
|
||||
public class UpdateChecker{
|
||||
|
||||
public static final String DOWNLOAD_LINK = "http://minecraft.curseforge.com/mc-mods/228404-actually-additions/files";
|
||||
public static final String DOWNLOAD_LINK = "http://ellpeck.de/actadddownload";
|
||||
public static final String CHANGELOG_LINK = "http://ellpeck.de/actaddchangelog/";
|
||||
public static boolean checkFailed;
|
||||
public static boolean needsUpdateNotify;
|
||||
|
|
Loading…
Reference in a new issue