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.