From 7833fcecba6e3f5eafeccdf61c49b5f414426644 Mon Sep 17 00:00:00 2001 From: ihatethisengine Date: Thu, 4 Apr 2024 22:07:13 +0300 Subject: [PATCH] aaaa --- code/game/machinery/computer/camera_console.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/camera_console.dm b/code/game/machinery/computer/camera_console.dm index 85a1bc6ba4c9..bd5e4d96231c 100644 --- a/code/game/machinery/computer/camera_console.dm +++ b/code/game/machinery/computer/camera_console.dm @@ -226,7 +226,7 @@ /obj/structure/machinery/computer/cameras/wooden_tv/prop/ui_close(mob/user) . = ..() - if (current == null && broadcastingcamera) + if (!current && broadcastingcamera) UnregisterSignal(broadcastingcamera, COMSIG_BROADCAST_GO_LIVE) broadcastingcamera = null