From de27cdebfec9fafae6f686090039758d892196d7 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sun, 29 May 2022 14:14:04 +0800 Subject: asd --- features/hud/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/hud') 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) -- cgit