From 1d1e158e24a68a5fc719c936b4cc6c3b7ada30b2 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Wed, 14 Sep 2022 18:08:13 +0800 Subject: + Increase max stat next to name load 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 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) -- cgit