From db895fe62e0a7eabc2f9e36e7701c554a4b204a9 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 17 Jun 2022 21:19:12 +0800 Subject: + toggle for icons on dungeon map + diana inquis waypoints now send a alert when one is added --- utils/networkUtils.js | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/networkUtils.js b/utils/networkUtils.js index 372ab06..0233ac0 100644 --- a/utils/networkUtils.js +++ b/utils/networkUtils.js @@ -15,6 +15,7 @@ if (!global.networkUtilsThingSoopy) { // if(theUrl.includes("soopymc.my.to")){ // throw new Error("Testing to ensure the module works when my server is down") // } + // Thread.sleep(1000) //simulating high ping let conn = new jURL(theUrl).openConnection() conn.setRequestProperty("User-Agent", userAgent) -- cgit