mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 12:06:22 +01:00
Update media_tracks.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user