From 0ce48710d755f4fadc7142c6d607a3b499c85aa3 Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Fri, 21 Mar 2025 21:44:28 +0530 Subject: [PATCH] emergency bugfix --- src/gui/LeaderboardsGui.hx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gui/LeaderboardsGui.hx b/src/gui/LeaderboardsGui.hx index e462f622..e084fcce 100644 --- a/src/gui/LeaderboardsGui.hx +++ b/src/gui/LeaderboardsGui.hx @@ -161,8 +161,6 @@ class LeaderboardsGui extends GuiImage { var currentMission = allMissions[actualIndex]; - var isHuntScore = currentMission.difficultyIndex == 3; - var scoreTok = 0; function fetchScores() { @@ -172,6 +170,9 @@ class LeaderboardsGui extends GuiImage { return; var scoreTexts = []; var i = 1; + + var isHuntScore = currentMission.difficultyIndex == 3; + for (score in scoreList) { var scoreText = '${i}. ${score.name}