Update media_tracks.dm

This commit is contained in:
Sharkmare
2019-02-28 11:38:47 +01:00
committed by GitHub
parent 4a87af4bc1
commit 62e522d21a
+2 -3
View File
@@ -35,10 +35,9 @@ var/global/list/all_lobby_tracks = list()
// Read the jukebox configuration file on system startup.
/hook/startup/proc/load_jukebox_tracks()
var/jukebox_track_file = "config/jukebox.json"
if(Holiday == "April Fool's Day")
var/jukebox_track_file = "config/apriljukebox.json"
else
var/jukebox_track_file = "config/jukebox.json"
jukebox_track_file = "config/apriljukebox.json"
if(!fexists(jukebox_track_file))
warning("File not found: [jukebox_track_file]")
return