Skip to content

Commit c00b469

Browse files
committed
Update Main.kt
1 parent 3103926 commit c00b469

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/io/github/felitendo/xposed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/io/github/felitendo/xposed/Main.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class Main : IXposedHookLoadPackage {
110110

111111
val url =
112112
if (config.customLoadUrl.enabled) config.customLoadUrl.url
113-
else "https://raw.githubusercontent.com/felocord/builds/main/felocord.js"
113+
else "https://raw.githubusercontent.com/Felocord/builds/main/felocord.js"
114114

115115
val response: HttpResponse = client.get(url) {
116116
headers {

0 commit comments

Comments
 (0)