diff --git a/code/modules/synthesized_instruments/sound_token.dm b/code/modules/synthesized_instruments/sound_token.dm index a1347da4cf6..223c4cfe2a3 100644 --- a/code/modules/synthesized_instruments/sound_token.dm +++ b/code/modules/synthesized_instruments/sound_token.dm @@ -52,6 +52,5 @@ /datum/sound_token/instrument/Destroy() . = ..() - UnregisterSignal(source, COMSIG_QDELETING) player.unsubscribe(src) player = null