You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: src/main/kotlin/mynameisjeff/skyblockclientupdater/utils/UpdateChecker.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ object UpdateChecker {
93
93
}
94
94
95
95
fungetLatestMods() {
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
0 commit comments