Fixes an infinite loop with camera bugs.

This commit is contained in:
Aranclanos
2015-08-30 19:43:27 -03:00
parent d1c417e996
commit 1abeb952a4
@@ -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]