mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Fix security camera console users never being removed from the watchers list when closing the UI (#18742)
* fix watchers never being removed from security cameras * calls parent
This commit is contained in:
@@ -83,6 +83,10 @@
|
||||
ui = new(user, src, ui_key, "CameraConsole", name, 870, 708, master_ui, state)
|
||||
ui.open()
|
||||
|
||||
/obj/machinery/computer/security/ui_close(mob/user)
|
||||
..()
|
||||
watchers -= user.UID()
|
||||
|
||||
/obj/machinery/computer/security/ui_data()
|
||||
var/list/data = list()
|
||||
data["network"] = network
|
||||
|
||||
Reference in New Issue
Block a user