Skip to content

Commit

Permalink
Music hotfix for people who disabled original soundtrack
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed Apr 2, 2024
1 parent f79fe07 commit a49f2a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LuaMenu/widgets/snd_music_lite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ function widget:Initialize()
if originalSoundtrackEnabled == 1 then
local musicDirOriginal = 'luamenu/configs/gameconfig/byar/lobbyMusic/original'
randomTrackList = playlistMerge(randomTrackList, VFS.DirList(musicDirOriginal, allowedExtensions))
end
if true then
local musicDirEventAprilFools = 'luamenu/configs/gameconfig/byar/lobbyMusic/event/aprilfools'
aprilFoolsTrackList = VFS.DirList(musicDirEventAprilFools, allowedExtensions)
end
Expand Down

0 comments on commit a49f2a0

Please sign in to comment.