From 4aa9741c0ae9fa9e8199b697e4af8bec9d3e7db1 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Sat, 6 Aug 2022 19:25:26 +0800 Subject: asd --- features/stat_next_to_name/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features') diff --git a/features/stat_next_to_name/index.js b/features/stat_next_to_name/index.js index ee40f74..46a7c8b 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, 2, this.loadPlayerStatsTick) + this.registerStep(false, 5, this.loadPlayerStatsTick) this.registerEvent("worldLoad", this.worldLoad) this.registerEvent("playerJoined", this.playerJoined) -- cgit