aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-14 18:08:13 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2022-09-14 18:08:13 +0800
commit1d1e158e24a68a5fc719c936b4cc6c3b7ada30b2 (patch)
tree1040b10d57c663b3bd04c6d04b5bc3945a580f7e
parent01d78947793e0ee6f0b0dcbd0af072a7c9be9232 (diff)
downloadSoopyV2-1d1e158e24a68a5fc719c936b4cc6c3b7ada30b2.tar.gz
SoopyV2-1d1e158e24a68a5fc719c936b4cc6c3b7ada30b2.tar.bz2
SoopyV2-1d1e158e24a68a5fc719c936b4cc6c3b7ada30b2.zip
+ Increase max stat next to name load speed
-rw-r--r--features/stat_next_to_name/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/stat_next_to_name/index.js b/features/stat_next_to_name/index.js
index ad6a68f..0c5cbcf 100644
--- a/features/stat_next_to_name/index.js
+++ b/features/stat_next_to_name/index.js
@@ -54,7 +54,7 @@ class StatNextToName extends Feature {
})
}
- this.registerStep(false, 5, this.loadPlayerStatsTick)
+ this.registerStep(false, 1, this.loadPlayerStatsTick)
this.registerEvent("worldLoad", this.worldLoad)
this.registerEvent("playerJoined", this.playerJoined)