aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 19:09:16 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-07-14 19:09:16 +0800
commit76a4d3fd258a82a059eb12ab1979fcb52471c10e (patch)
tree80bed62b5665b58c096ba7c830bcabf5168f57ff
parent9ffe3b2c22e30974087d4812bc757155f09d6e57 (diff)
downloadSoopyV2-76a4d3fd258a82a059eb12ab1979fcb52471c10e.tar.gz
SoopyV2-76a4d3fd258a82a059eb12ab1979fcb52471c10e.tar.bz2
SoopyV2-76a4d3fd258a82a059eb12ab1979fcb52471c10e.zip
change patcher url thing to soopy.dev
-rw-r--r--features/globalSettings/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js
index a72c2b0..25b2eaf 100644
--- a/features/globalSettings/index.js
+++ b/features/globalSettings/index.js
@@ -89,7 +89,7 @@ class GlobalSettings extends Feature {
let hasHost = false
for (let host of Java.type("gg.essential.util.TrustedHostsUtil").INSTANCE.getTrustedHosts()) {
- if (host.getName() === "soopymc") {
+ if (host.getName() === "soopy.dev") {
hasHost = true
}
}
@@ -100,7 +100,7 @@ class GlobalSettings extends Feature {
let hosts = new TreeSet()
hosts.add("soopy.dev")
- let host = new TrustedHost(124123, "soopymc", hosts)
+ let host = new TrustedHost(124123, "soopy.dev", hosts)
Java.type("gg.essential.util.TrustedHostsUtil").INSTANCE.addTrustedHost(host)
}