A camera hard delete fix (#96574)

## About The Pull Request

Supposed to track the key here.
This commit is contained in:
MrMelbert
2026-06-19 12:19:14 -06:00
committed by GitHub
parent ce1e2f6109
commit ebd3349ea3
@@ -75,7 +75,7 @@
// Camera updates will never be second guessed.
// Track the number of times the camera has queued an update instead of opacity (just for fun)
if(istype(update_source, /obj/machinery/camera))
update_sources[update_source] += 1
update_sources[update_key] += 1
// Otherwise track this atom's opacity at time of queue
else if(isnull(update_sources[update_key]))