mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 17:13:46 +01:00
Clear null chords from music to fix runtime
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user