This commit is contained in:
2024-08-11 21:28:20 +02:00
parent 03f4b7ff4d
commit 4fd6cec919
7 changed files with 897 additions and 892 deletions

View File

@@ -3,7 +3,7 @@ function()
if not InterfaceGUI then return end
if not InterfaceGUI.Cashe_1 then return end
for k, v in pairs(InterfaceGUI.Cashe_1) do
if v.UIMSG_BEST_RUNS then
if v.UIMSG_BEST_RUNS then
local bestRuns = v.UIMSG_BEST_RUNS
for i = 1, #bestRuns, 5 do
local challengeId = bestRuns[i]