Skip to content

Commit 164a69c

Browse files
committed
update LeavesUpdater download name
1 parent efa79b5 commit 164a69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/me/hsgamer/mcserverupdater/updater/LeavesUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected String getDownloadKey() {
2828

2929
@Override
3030
protected String getDownloadName(JSONObject downloadObject) {
31-
return "ghproxy";
31+
return downloadObject.getString("name");
3232
}
3333

3434
@Override

0 commit comments

Comments
 (0)