Update _song.dm (#55564)

The instrument datum would hold up the song datums preventing them from deletion, this fixes that
This commit is contained in:
Azarak
2020-12-17 01:43:10 -08:00
committed by GitHub
parent a4297ba31b
commit a071ff036d
+3 -1
View File
@@ -146,7 +146,9 @@
stop_playing()
SSinstruments.on_song_del(src)
lines = null
using_instrument = null
if(using_instrument)
using_instrument.songs_using -= src
using_instrument = null
allowed_instrument_ids = null
parent = null
return ..()