aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-29 14:14:04 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-05-29 14:14:04 +0800
commitde27cdebfec9fafae6f686090039758d892196d7 (patch)
tree5e8e7f6d2d305db0d13d0ef065fb78395b329066
parent51cdd4ca4ea64e1a9a67b99c274693a54f7f535d (diff)
downloadSoopyV2-de27cdebfec9fafae6f686090039758d892196d7.tar.gz
SoopyV2-de27cdebfec9fafae6f686090039758d892196d7.tar.bz2
SoopyV2-de27cdebfec9fafae6f686090039758d892196d7.zip
asd
-rw-r--r--features/hud/index.js2
-rw-r--r--index.js1
2 files changed, 2 insertions, 1 deletions
diff --git a/features/hud/index.js b/features/hud/index.js
index db12055..46c4d17 100644
--- a/features/hud/index.js
+++ b/features/hud/index.js
@@ -113,7 +113,7 @@ class Hud extends Feature {
this.lagEnabled = new ToggleSetting("Show Lobby TPS", "Calculates the TPS of your current lobby (20=no lag)", true, "lobby_lag", this)
this.lagElement = new HudTextElement()
.setToggleSetting(this.lagEnabled)
- .setLocationSetting(new LocationSetting("Lobby TPS Location", "Allows you to edit the location of the TPS", "lobby_lag_location", this, [10, 70, 1, 1])
+ .setLocationSetting(new LocationSetting("Lobby TPS Location", "Allows you to edit the location of the TPS", "lobby_lag_location", this, [10, 60, 1, 1])
.requires(this.lagEnabled)
.editTempText("&6Tps&7> &f20.0"))
this.hudElements.push(this.lagElement)
diff --git a/index.js b/index.js
index 84e4292..f5d3df0 100644
--- a/index.js
+++ b/index.js
@@ -35,6 +35,7 @@ if (FileLib.read("soopyAddonsData", "deletesoopyv1please.txt") === "true") {
})
}
}
+
if (new File("./config/ChatTriggers/modules/SoopyV2UpdateButtonPatcher").exists()) {
new Thread(() => {
Thread.sleep(2000)