From 1e2642974f23426615bd0b2d5a9ae2aa36032a91 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 6 Aug 2022 18:35:28 +0800 Subject: increase stat next to name loading speed --- features/stat_next_to_name/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/stat_next_to_name/index.js b/features/stat_next_to_name/index.js index 46a7c8b..ee40f74 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, 2, this.loadPlayerStatsTick) this.registerEvent("worldLoad", this.worldLoad) this.registerEvent("playerJoined", this.playerJoined) -- cgit