Skip to content

Commit

Permalink
Disallow clicking collapsed scoreboard to see leaderboard offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 10, 2019
1 parent 2f47527 commit 4e0bbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/Til Death/BGAnimations/superscoreboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ local function makeScoreDisplay(i)
end
end,
MouseLeftClickMessageCommand = function(self)
if isOver(self) and hs then
if isOver(self) and hs and not collapsed then
if hs:HasReplayData() then
DLMAN:RequestOnlineScoreReplayData(
hs,
Expand Down

0 comments on commit 4e0bbc4

Please sign in to comment.