Skip to content

Commit ff971d2

Browse files
committed
fix double tabs showing up in NetSelectMusic
1 parent dbeb748 commit ff971d2

File tree

1 file changed

+1
-1
lines changed
  • Themes/Til Death/BGAnimations/ScreenSelectMusic decorations

1 file changed

+1
-1
lines changed

Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/profile.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ local t =
4040
end,
4141
SetCommand = function(self)
4242
self:finishtweening()
43-
if getTabIndex() == 4 or SMOnlineScreen() == "ScreenNetRoom" and getTabIndex() == 1 then
43+
if getTabIndex() == 4 or SCREENMAN:GetTopScreen():GetName() == "ScreenNetRoom" and getTabIndex() == 1 then
4444
self:queuecommand("On")
4545
self:visible(true)
4646
update = true

0 commit comments

Comments
 (0)