From 02e6d72e58b7a4d2f297b289e3882431df8280ee Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Sat, 4 Feb 2023 18:45:47 -0600 Subject: [PATCH] song gc fix (#20300) --- code/modules/instruments/songs/_song.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/instruments/songs/_song.dm b/code/modules/instruments/songs/_song.dm index 5d682cd915b..ac8f4c37480 100644 --- a/code/modules/instruments/songs/_song.dm +++ b/code/modules/instruments/songs/_song.dm @@ -153,6 +153,7 @@ stop_playing() SSinstruments.on_song_del(src) lines = null + using_instrument.songs_using -= src using_instrument = null allowed_instrument_ids = null parent = null