Skip to content

Commit

Permalink
logic is hard
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 23, 2018
1 parent 8ee0101 commit d6742c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local t = Def.ActorFrame{
TabChangedMessageCommand=function(self)
if getTabIndex() == 8 and SONGMAN:GetNumSongs() < 300 then
SCREENMAN:SetNewScreen("ScreenBundleSelect")
else
elseif getTabIndex() == 8 then
SCREENMAN:SetNewScreen("ScreenPackDownloader")
end
end,
Expand Down

0 comments on commit d6742c2

Please sign in to comment.