diff options
-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) |