Skip to content

Commit 470600a

Browse files
committed
say it
1 parent bd580d9 commit 470600a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • modular_meta/features/jukeboxes_music/code

modular_meta/features/jukeboxes_music/code/music.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
stop_internet_stream(user)
123123

124124
log_internet_request("[user.key]/([user.name]) successfully loaded via Jukebox: [request_url]")
125-
to_chat(user, span_info("Added '[display_name]' to the track list."), confidential = TRUE)
125+
say("Added [track_title] to the track list.")
126126

127127
var/list/admin_message = list()
128128
admin_message += ("[ADMIN_FULLMONTY(user)] [ADMIN_SC(user)] has added the following internet track via Jukebox:<br>")

0 commit comments

Comments
 (0)