From afb7ca66eec47fb7c1414cac25f3c055a669650c Mon Sep 17 00:00:00 2001 From: Caio Rodrigues Date: Thu, 29 Nov 2018 13:17:59 -0300 Subject: [PATCH] Fix leaderboard positioning on start --- .../BGAnimations/ScreenGameplay overlay/leaderboard.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/Themes/Til Death/BGAnimations/ScreenGameplay overlay/leaderboard.lua b/Themes/Til Death/BGAnimations/ScreenGameplay overlay/leaderboard.lua index 0c7ce1e062..e6a65b08f3 100644 --- a/Themes/Til Death/BGAnimations/ScreenGameplay overlay/leaderboard.lua +++ b/Themes/Til Death/BGAnimations/ScreenGameplay overlay/leaderboard.lua @@ -274,8 +274,6 @@ t.OnCommand = function(self, params) arbitraryLeaderboardSpacing(MovableValues.LeaderboardSpacing) self:zoomtowidth(MovableValues.LeaderboardWidth) self:zoomtoheight(MovableValues.LeaderboardHeight) -end -t.InitCommand = function(self, params) for i, entry in ipairs(entryActors) do for name, label in pairs(entry) do label:visible(not (not scoreboard[i]:GetDisplayName()))