Skip to content

Commit

Permalink
Change loader update checker download link to Ornithe website
Browse files Browse the repository at this point in the history
  • Loading branch information
LostLuma committed Jun 16, 2024
1 parent f9ce657 commit 82a3f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public boolean isUpdateAvailable() {

@Override
public String getDownloadLink() {
return "https://fabricmc.net/use/installer";
return "https://ornithemc.net";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public boolean isUpdateAvailable() {

@Override
public String getDownloadLink() {
return "https://quiltmc.org/en/install/client";
return "https://ornithemc.net";
}

@Override
Expand Down

0 comments on commit 82a3f96

Please sign in to comment.