Skip to content

Commit

Permalink
hide chat overlay in bundle/pack screen
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Aug 15, 2021
1 parent 251e43b commit 3156cba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ chat.ScreenChangedMessageCommand = function(self)
if
oldScreen ~= currentScreen and
(currentScreen == "ScreenSelectMusic" or currentScreen == "ScreenTitleMenu" or
currentScreen == "ScreenOptionsService" or currentScreen == "ScreenInit")
currentScreen == "ScreenOptionsService" or currentScreen == "ScreenInit" or
currentScreen == "ScreenPackDownloader" or currentScreen == "ScreenBundleSelect")
then
isInSinglePlayer = true
end
Expand Down

0 comments on commit 3156cba

Please sign in to comment.