Skip to content

Commit

Permalink
bugfix: спавн камеры абдукторов на ЦК (#6534)
Browse files Browse the repository at this point in the history
* camera aiEye network check

* remove var
  • Loading branch information
Andrew455h authored Feb 8, 2025
1 parent 0d1c85c commit d21a8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/computer/camera_advanced.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
for(var/obj/machinery/camera/C in GLOB.cameranet.cameras)
if(!C.can_use())
continue
if(C.network&networks)
if(length(networks & C.network))
camera_location = get_turf(C)
break
if(camera_location)
Expand Down

0 comments on commit d21a8be

Please sign in to comment.