Skip to content

Commit

Permalink
Correct wrong automatic download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Feb 21, 2017
1 parent 4ff75f9 commit d944490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/me/nallar/modpatcher/ModPatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ModPatcher {
private static final boolean modPatcherPresent = Files.exists(modPatcherPath);
private static final Future<Boolean> defaultUpdateRequired = CompletableFuture.completedFuture(!modPatcherPresent);
private static final String DOWNLOAD_URL_PROPERTY = "modpatcher.downloadUrl";
private static final String DOWNLOAD_URL_DEFAULT = "https://modpatcher.nallar.me/%1/ModPatcher-lib.jar";
private static final String DOWNLOAD_URL_DEFAULT = "https://modpatcher.nallar.me/%s/ModPatcher-lib.jar";
private static final String REQUIRED_VERSION_PROPERTY = "modpatcher.requiredVersion";
private static final String RELEASE_PROPERTY = "modpatcher.release";
private static final String VERSION_URL_DEFAULT = "https://modpatcher.nallar.me/%s/version.txt";
Expand Down

0 comments on commit d944490

Please sign in to comment.