mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-01 18:33:02 +01:00
52585ec7c6
Fixes AI's trying to light up cameras in areas with no cameras (#75302) This check is present throughout cameranet code as chunk camera lists can be empty lists by design, it was just missing for the AI camera light-up proc since that's in a separate area. Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>