From 9ffe3b2c22e30974087d4812bc757155f09d6e57 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Thu, 14 Jul 2022 18:17:53 +0800 Subject: + Update website url --- utils/networkUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/networkUtils.js') diff --git a/utils/networkUtils.js b/utils/networkUtils.js index 31269fb..0d2d05c 100644 --- a/utils/networkUtils.js +++ b/utils/networkUtils.js @@ -13,7 +13,7 @@ if (!global.networkUtilsThingSoopy) { global.soopyv2loggerthing.logMessage("Loading API: " + theUrl, 4) } - // if(theUrl.includes("soopymc.my.to")){ + // if(theUrl.includes("soopy.dev")){ // throw new Error("Testing to ensure the module works when my server is down") // } // Thread.sleep(1000) //simulating high ping -- cgit