Skip to content

Commit

Permalink
Update the link in the update checker
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Jul 27, 2024
1 parent 84fab39 commit accfe86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ else if (!EnigmaticUpdateHandler.newestVersion.equalsIgnoreCase(EnigmaticUpdateH
private static void getNewestVersion() {
try
{
URL url = new URL("https://raw.githubusercontent.com/Extegral/Enigmatic-Legacy/1.19.X/version.txt");
URL url = new URL("https://raw.githubusercontent.com/Extegral/Enigmatic-Legacy/1.20.X/version.txt");
Scanner s = new Scanner(url.openStream());
EnigmaticUpdateHandler.newestVersion = s.nextLine();
s.close();
Expand Down

0 comments on commit accfe86

Please sign in to comment.