diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-19 22:06:04 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-08-19 22:06:04 +0800 |
commit | a8e7c68a4b91f9145c9c6635f36ba7cec7beda41 (patch) | |
tree | 4a1d422679a282cff2ec6230887fda48b9f4111a /features | |
parent | 1076014e36068a6ee0bb897234c2d886ffa46ef1 (diff) | |
download | SoopyV2-a8e7c68a4b91f9145c9c6635f36ba7cec7beda41.tar.gz SoopyV2-a8e7c68a4b91f9145c9c6635f36ba7cec7beda41.tar.bz2 SoopyV2-a8e7c68a4b91f9145c9c6635f36ba7cec7beda41.zip |
fix /t[s
Diffstat (limited to 'features')
-rw-r--r-- | features/globalSettings/index.js | 2 |
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)) |