Skip to content

Commit

Permalink
fix for music path
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed Apr 10, 2024
1 parent 4a7c365 commit b0c29ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaMenu/widgets/snd_music_lite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function widget:Initialize()
randomTrackList = playlistMerge(randomTrackList, VFS.DirList(musicDirOriginal, allowedExtensions))
end
if true then
local musicDirEventBoombox = 'luamenu/configs/gameconfig/byar/lobbyMusic/event/aprilfools'
local musicDirEventBoombox = 'luamenu/configs/gameconfig/byar/lobbyMusic/event/boombox'
booxmboxTrackList = VFS.DirList(musicDirEventBoombox, allowedExtensions)
end

Expand Down

0 comments on commit b0c29ec

Please sign in to comment.