Skip to content

Commit

Permalink
fixes tgui alerts taking WAY longer than they should to delete (Parad…
Browse files Browse the repository at this point in the history
  • Loading branch information
GDNgit authored and Daylight2 committed Apr 8, 2024
1 parent 828b26c commit 328e84a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion code/modules/tgui/tgui_input/alert_input.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
/datum/tgui_alert/Destroy(force)
SStgui.close_uis(src)
state = null
QDEL_NULL(buttons)
return ..()

/**
Expand Down
1 change: 0 additions & 1 deletion code/modules/tgui/tgui_input/list_input.dm
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
/datum/tgui_list_input/Destroy(force)
SStgui.close_uis(src)
state = null
QDEL_NULL(items)
return ..()

/**
Expand Down

0 comments on commit 328e84a

Please sign in to comment.