Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jun 1, 2024
1 parent f8957bf commit b79f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/camera_manager/camera_manager.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b79f914

Please sign in to comment.