aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8462963..b7ea05a 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 68bfe02..56b9bff 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)