Skip to content

Commit

Permalink
Fix incorrect Multi Eval initial index selection
Browse files Browse the repository at this point in the history
this was causing the top score to always be the one you land on even if it wasnt yours (which isnt expected behavior for the average player)
  • Loading branch information
poco0317 committed Jun 3, 2019
1 parent c3e2e8d commit 3b4b2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Themes/Til Death/BGAnimations/MPscoreboard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ local t =
end,
BeginCommand = function(self)
SCREENMAN:GetTopScreen():AddInputCallback(input)
updateScoreBoard(self)
end,
NewMultiScoreMessageCommand = updateScoreBoard
}
Expand Down

0 comments on commit 3b4b2a1

Please sign in to comment.