mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Fixes an infinite loop with camera bugs.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user