Merge pull request #1135 from Citadel-Station-13/upstream-merge-27543

[MIRROR] Fixes advanced cam not cleaning up properly
This commit is contained in:
LetterJay
2017-05-24 12:12:16 -05:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
@@ -101,7 +101,7 @@
if(C.client)
C.client.images -= remote_eye.user_image
for(var/datum/camerachunk/chunk in remote_eye.visibleCameraChunks)
C.client.images -= chunk.obscured
chunk.remove(remote_eye)
C.remote_control = null
C.unset_machine()
Remove(C)