Skip to content

Commit

Permalink
dont display stepslist when changing tabs on a pack
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 13, 2018
1 parent 28d63b5 commit 546a1dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ t[#t + 1] =
end,
TabChangedMessageCommand = function(self)
self:finishtweening()
if getTabIndex() < 3 then
if getTabIndex() < 3 and GAMESTATE:GetCurrentSong() then
self:playcommand("On")
else
self:playcommand("Off")
Expand Down

0 comments on commit 546a1dd

Please sign in to comment.