Skip to content

Commit

Permalink
aaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Apr 4, 2024
1 parent ec47818 commit 7833fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/camera_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7833fce

Please sign in to comment.