Merge pull request #11493 from Aranclanos/camerabugloop

Fixes an infinite loop with camera bugs.
This commit is contained in:
Cheridan
2015-08-31 22:38:02 -05:00
@@ -48,9 +48,6 @@
if(expansion)
qdel(expansion)
expansion = null
qdel(src)
//Easier to just call del() than this nonsense
// ya no, del() takes 0.8ds to run on avg. this takes less than 0.01
get_cameras()
for(var/cam_tag in bugged_cameras)
var/obj/machinery/camera/camera = bugged_cameras[cam_tag]