Skip to content

Commit 808d936

Browse files
authored
fix ai alerts
1 parent 42606ee commit 808d936

File tree

1 file changed

+1
-1
lines changed
  • code/modules/mob/living/silicon/ai

1 file changed

+1
-1
lines changed

code/modules/mob/living/silicon/ai/ai.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ GLOBAL_LIST_INIT(ai_verbs_default, list(
713713
unset_machine()
714714
close_window(src, href_list["mach_close"])
715715
if(href_list["switchcamera"])
716-
switchCamera(locate(href_list["switchcamera"]) in GLOB.cameranet.cameras)
716+
switchCamera(locateUID(href_list["switchcamera"]))
717717
if(href_list["showalerts"])
718718
ai_alerts()
719719
if(href_list["show_paper"])

0 commit comments

Comments
 (0)