Fix AI alarm camera selection locate scope. (#20243)

This commit is contained in:
warriorstar-orion
2023-01-19 13:05:13 -05:00
committed by GitHub
parent ee3720b151
commit 74c83582a4
+1 -1
View File
@@ -685,7 +685,7 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
unset_machine()
src << browse(null, t1)
if(href_list["switchcamera"])
switchCamera(locate(href_list["switchcamera"])) in GLOB.cameranet.cameras
switchCamera(locate(href_list["switchcamera"]) in GLOB.cameranet.cameras)
if(href_list["showalerts"])
ai_alerts()
if(href_list["show_paper"])