Skip to content

Commit

Permalink
cleans up the camera map after switching to a different network
Browse files Browse the repository at this point in the history
  • Loading branch information
zimon9 committed Jan 1, 2025
1 parent 9716615 commit 3b4fb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/computer/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
/obj/machinery/computer/security/proc/ui_refresh(mob/user, datum/tgui/ui)
ui.close()
ui_interact(user, ui)
show_camera_static()

/obj/machinery/computer/security/ui_act(action, params, ui)
. = ..()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
/datum/computer_file/program/secureye/proc/ui_refresh(mob/user, datum/tgui/ui)
ui.close()
ui_interact(user, ui)
show_camera_static()

/datum/computer_file/program/secureye/ui_act(action, params, ui)
. = ..()
Expand Down

0 comments on commit 3b4fb4e

Please sign in to comment.