File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,9 @@ function addon.Initialize()
63
63
table .append (musicPlaylist , VFS .DirList (musicDirOriginal .. ' /events/aprilfools/loading' , allowedExtensions ))
64
64
end
65
65
66
+ -- Map Music
67
+ table .append (musicPlaylistEvent , VFS .DirList (' music/map/loading' , allowedExtensions ))
68
+
66
69
---- ---------------------------------------------------------------------------------------------------------------------------
67
70
68
71
-- Regular Music
Original file line number Diff line number Diff line change @@ -183,6 +183,16 @@ local function ReloadMusicPlaylists()
183
183
184
184
-- Christmas ----------------------------------------------------------------------------------------------------------------------
185
185
table .append (bonusTracks , VFS .DirList (musicDirNew .. ' /events/xmas/menu' , allowedExtensions ))
186
+
187
+ -- Map Music
188
+ table .append (eventPeaceTracks , VFS .DirList (' music/map/peace' , allowedExtensions ))
189
+ table .append (eventWarLowTracks , VFS .DirList (' music/map/warlow' , allowedExtensions ))
190
+ table .append (eventWarHighTracks , VFS .DirList (' music/map/warhigh' , allowedExtensions ))
191
+
192
+ table .append (bonusTracks , VFS .DirList (' music/map/loading' , allowedExtensions ))
193
+ table .append (bonusTracks , VFS .DirList (' music/map/peace' , allowedExtensions ))
194
+ table .append (bonusTracks , VFS .DirList (' music/map/warlow' , allowedExtensions ))
195
+ table .append (bonusTracks , VFS .DirList (' music/map/warhigh' , allowedExtensions ))
186
196
end
187
197
188
198
---- ---------------------------CREATE PLAYLISTS-----------------------------------
You can’t perform that action at this time.
0 commit comments