From 76a4d3fd258a82a059eb12ab1979fcb52471c10e Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 14 Jul 2022 19:09:16 +0800 Subject: change patcher url thing to soopy.dev --- features/globalSettings/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'features') 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) } -- cgit