From 229e65d8cae146fce0ca3a3c6de93e816279d0f0 Mon Sep 17 00:00:00 2001 From: Volodymir Ohorodnytskyi <102746941+Legendaxe@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:06:46 +0300 Subject: [PATCH] Update modular_ss220/cinematics/code/_cinematics.dm Co-authored-by: Gaxeer <44334376+Gaxeer@users.noreply.github.com> --- modular_ss220/cinematics/code/_cinematics.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modular_ss220/cinematics/code/_cinematics.dm b/modular_ss220/cinematics/code/_cinematics.dm index 4ad0496e5577..7e47aff16b0c 100644 --- a/modular_ss220/cinematics/code/_cinematics.dm +++ b/modular_ss220/cinematics/code/_cinematics.dm @@ -177,8 +177,7 @@ if(!(no_longer_watching in watching)) CRASH("cinematic remove_watcher was passed a client which wasn't watching.") - UnregisterSignal(no_longer_watching, COMSIG_PARENT_QDELETING) - UnregisterSignal(no_longer_watching, COMSIG_CINEMATIC_WATCHER_LEAVES) + UnregisterSignal(no_longer_watching, list(COMSIG_PARENT_QDELETING, COMSIG_CINEMATIC_WATCHER_LEAVES)) if(no_longer_watching.mob) unlock_mob(no_longer_watching.mob)