mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
TGUI fixes part 8 (#16641)
* TGUI fixes part 8 * b --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -320,6 +320,7 @@ var/datum/controller/subsystem/processing/tgui/SStgui
|
||||
// If the user exists, remove it from them too.
|
||||
if(ui.user)
|
||||
ui.user.tgui_open_uis.Remove(ui)
|
||||
ui.user.unset_machine()
|
||||
var/list/uis = open_uis_by_src[key]
|
||||
uis.Remove(ui)
|
||||
if(length(uis) == 0)
|
||||
|
||||
Reference in New Issue
Block a user