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 authored and SpaceWalkerRS committed Jun 16, 2024
1 parent 0705c94 commit 0e8c750
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 @@ -150,7 +150,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 @@ -147,7 +147,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 0e8c750

Please sign in to comment.