Skip to content

Commit

Permalink
Changed download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
FGBxRamel authored Feb 2, 2021
1 parent 5d186a3 commit c1f9180
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static void update() {

public static void prestart() throws Throwable {
String clientJson = FileUtil.BASE_DIR + "/GIR.json";
ConnectionUtil.download("https://girc.eu/Launcher/config/GIR.json", clientJson);
ConnectionUtil.download("https://girc.eu/Launcher/GIR.json", clientJson);
if (Files.notExists(Paths.get(clientJson)))
throw new VerifyError("Couldn't download GIR.json");

Expand Down

0 comments on commit c1f9180

Please sign in to comment.