diff options
author | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-14 18:08:13 +0800 |
---|---|---|
committer | Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> | 2022-09-14 18:08:13 +0800 |
commit | 1d1e158e24a68a5fc719c936b4cc6c3b7ada30b2 (patch) | |
tree | 1040b10d57c663b3bd04c6d04b5bc3945a580f7e | |
parent | 01d78947793e0ee6f0b0dcbd0af072a7c9be9232 (diff) | |
download | SoopyV2-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.js | 2 |
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) |