diff --git a/code/game/machinery/jukebox_ch.dm b/code/game/machinery/jukebox_ch.dm index 86b0fc90b0..38776c6653 100644 --- a/code/game/machinery/jukebox_ch.dm +++ b/code/game/machinery/jukebox_ch.dm @@ -5,6 +5,7 @@ icon_state = "casinojukebox-nopower" state_base = "casinojukebox" +/* Commenting out for now due to conflicts with upstream jukebox changes. // On initialization, copy our tracks from the global list /obj/machinery/media/jukebox/casinojukebox/Initialize() . = ..() @@ -18,4 +19,5 @@ if(T.casino) tracks |= T else if(!LAZYLEN(tracks)) //We don't even have default tracks - stat |= BROKEN // No tracks configured this round! \ No newline at end of file + stat |= BROKEN // No tracks configured this round! +*/