[MIRROR] Adds Juke Build (#9006)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2
2024-09-24 02:30:54 +02:00
committed by GitHub
co-authored by Heroman3003 Kashargul Kashargul
parent ff417ea090
commit 95a4a5c1dd
42 changed files with 477 additions and 155 deletions
+1 -1
View File
@@ -200,7 +200,7 @@ SUBSYSTEM_DEF(media_tracks)
sort_tracks()
return
to_chat(C, "<span class='warning>Couldn't find a track matching the specified parameters.</span>")
to_chat(C, "<span class='warning'>Couldn't find a track matching the specified parameters.</span>")
/datum/controller/subsystem/media_tracks/proc/add_track(var/mob/user, var/new_url, var/new_title, var/new_duration, var/new_artist, var/new_genre, var/new_secret, var/new_lobby)
if(!check_rights(R_DEBUG|R_FUN))