From 75994588f2c8ad86bf8a048f1e33bbf40ee34a11 Mon Sep 17 00:00:00 2001 From: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Date: Wed, 14 May 2025 17:55:39 -0400 Subject: [PATCH] Fixes advanced cameras not showing static (#91075) --- code/modules/mob/eye/camera/remote.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/eye/camera/remote.dm b/code/modules/mob/eye/camera/remote.dm index fc680b9e6dd..901e3b16436 100644 --- a/code/modules/mob/eye/camera/remote.dm +++ b/code/modules/mob/eye/camera/remote.dm @@ -70,6 +70,8 @@ var/client/new_user_client = GetViewerClient() if(user_image && new_user_client) new_user_client.images += user_image + if(use_visibility) + update_visibility() /** * Sets the camera's user image to this icon and state.