Skip to content

Commit

Permalink
Fix: UpdateHandler only checks for featured updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Dec 27, 2023
1 parent 1755eef commit 2d86b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/xiamomc/morph/updates/UpdateHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ private void doCheckUpdate(boolean sendMessages, @Nullable Consumer<CheckResult>
.setScheme("https")
.setHost("api.modrinth.com")
.setPath("/v2/project/feathermorph/version")
.setParameter("featured", "true")
//.setParameter("featured", "true")
.setParameter("game_versions", "[\"%s\"]".formatted(Bukkit.getMinecraftVersion()))
.build();

Expand Down

0 comments on commit 2d86b22

Please sign in to comment.