aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/globalSettings/index.js2
1 files changed, 1 insertions, 1 deletions
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))