mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 11:07:12 +01:00
Fix AI alarm camera selection locate scope. (#20243)
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user