Clear null chords from music to fix runtime

This commit is contained in:
mochi
2020-09-16 13:12:17 +02:00
parent ceb427fd64
commit 4a364fcbfb
+2
View File
@@ -290,6 +290,8 @@
*/
/datum/song/proc/compile_chords()
legacy ? compile_legacy() : compile_synthesized()
// Some chords may be null for some reason - exclude them.
listclearnulls(compiled_chords)
/**
* Plays a chord.