From b955c6ce65ff4a09e65180bf98745d84414d760d Mon Sep 17 00:00:00 2001 From: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:09:08 +0100 Subject: [PATCH] Fix runtime soundevent token (#20527) Fix runtime soundevent token --- code/modules/synthesized_instruments/sound_token.dm | 1 - 1 file changed, 1 deletion(-) 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