fixes tgui alerts taking WAY longer than they should to delete (#24859)

This commit is contained in:
GDN
2024-03-28 15:37:12 -05:00
committed by GitHub
parent 8e4c8688ce
commit b1988e705b
2 changed files with 0 additions and 2 deletions
@@ -84,7 +84,6 @@
/datum/tgui_alert/Destroy(force)
SStgui.close_uis(src)
state = null
QDEL_NULL(buttons)
return ..()
/**
@@ -103,7 +103,6 @@
/datum/tgui_list_input/Destroy(force)
SStgui.close_uis(src)
state = null
QDEL_NULL(items)
return ..()
/**