Skip to content

Commit

Permalink
fix double tabs showing up in NetSelectMusic
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulti-FD committed Jul 15, 2021
1 parent dbeb748 commit ff971d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ local t =
end,
SetCommand = function(self)
self:finishtweening()
if getTabIndex() == 4 or SMOnlineScreen() == "ScreenNetRoom" and getTabIndex() == 1 then
if getTabIndex() == 4 or SCREENMAN:GetTopScreen():GetName() == "ScreenNetRoom" and getTabIndex() == 1 then
self:queuecommand("On")
self:visible(true)
update = true
Expand Down

0 comments on commit ff971d2

Please sign in to comment.