mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
A camera hard delete fix (#96574)
## About The Pull Request Supposed to track the key here.
This commit is contained in:
@@ -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]))
|
||||
|
||||
Reference in New Issue
Block a user