Skip to content

Commit

Permalink
Забыл это, хорошо что вспомнил
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Sep 17, 2023
1 parent 84f21d3 commit 89b9fcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modular_ss220/jukebox/code/jukebox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
var/datum/track/T = new()
T.song_path = file("config/jukebox_music/sounds/[S]")
var/list/L = splittext(S,"+")
if(L.len != 3)
continue
T.song_name = L[1]
T.song_length = text2num(L[2])
T.song_beat = text2num(L[3])
Expand Down

0 comments on commit 89b9fcc

Please sign in to comment.