Update 'leaderboard.lua'

This commit is contained in:
Lonsfor 2022-04-30 22:49:28 +02:00
parent 5790a3c020
commit 5080672f7a
1 changed files with 3 additions and 3 deletions

View File

@ -908,9 +908,9 @@ local function drawScroll(v, player, scoreTable, gui)
local x = 10
if #scoreTable >= 10 then
x = x + 8
end
if #scoreTable >= 100 then
x = x + 8
if #scoreTable >= 100 then
x = x + 8
end
end
local y = FixedInt(scrollY)