From a8e7c68a4b91f9145c9c6635f36ba7cec7beda41 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 19 Aug 2022 22:06:04 +0800 Subject: fix /t[s --- features/globalSettings/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/globalSettings/index.js b/features/globalSettings/index.js index aaa425d..defc04e 100644 --- a/features/globalSettings/index.js +++ b/features/globalSettings/index.js @@ -224,7 +224,7 @@ class GlobalSettings extends Feature { packetMoves = 0 }) - delay(3000, () => { + delay(time * 1000, () => { packetReceived.unregister() tick.unregister() ChatLib.chat(this.FeatureManager.messagePrefix + "Tps: " + (ticks / time).toFixed(1)) -- cgit