From b79f9144d584873c94832fc5afa075cbf61d5330 Mon Sep 17 00:00:00 2001 From: forest2001 Date: Sat, 1 Jun 2024 18:50:46 +0100 Subject: [PATCH] . --- code/game/camera_manager/camera_manager.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/camera_manager/camera_manager.dm b/code/game/camera_manager/camera_manager.dm index b7cd9ea9d08f..109d6726884e 100644 --- a/code/game/camera_manager/camera_manager.dm +++ b/code/game/camera_manager/camera_manager.dm @@ -191,10 +191,10 @@ else if(istype(current.loc, /obj/item/clothing/head/helmet/marine)) var/obj/item/clothing/head/helmet/marine/helmet = current.loc cam_location = helmet.loc + else if(istype(current.loc, /obj/item/device/overwatch_camera)) var/obj/item/device/overwatch_camera/cam_gear = current.loc cam_location = cam_gear.loc - // If we're not forcing an update for some reason and the cameras are in the same location, // we don't need to update anything. // Most security cameras will end here as they're not moving.