Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit c3d7c32

Browse files
nacrtMy-Name-Is-Jeff
authored andcommitted
main instead of commit id
1 parent ad8baa0 commit c3d7c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/mynameisjeff/skyblockclientupdater/utils/UpdateChecker.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ object UpdateChecker {
9393
}
9494

9595
fun getLatestMods() {
96-
val mods = JsonParser().parse(WebUtils.fetchResponse("https://rawcdn.githack.com/nacrt/SkyblockClient-REPO/fc0ff669d34e609f59327efb1f9dbeb2e6dd337b/files/mods.json")).asJsonArray
96+
val mods = JsonParser().parse(WebUtils.fetchResponse("https://rawcdn.githack.com/nacrt/SkyblockClient-REPO/main/files/mods.json")).asJsonArray
9797
for (m in mods) {
9898
val mod = m.asJsonObject
9999
val name = mod.get("file").asString
@@ -189,4 +189,4 @@ object UpdateChecker {
189189
}
190190
return java
191191
}
192-
}
192+
}

0 commit comments

Comments
 (0)