Resolve a runtime related to TGUI alert modals being deleted (#22443)

Caught by sentry, was an easy fix though as lists already handle this
correctly.

Co-authored-by: GeneralCamo <n/a>
This commit is contained in:
Cody Brittain
2026-05-11 18:12:54 +00:00
committed by GitHub
co-authored by GeneralCamo <n/a>
parent 78c9e58ca5
commit a9796a01e6
2 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
/datum/tgui_alert/Destroy(force, ...)
SStgui.close_uis(src)
QDEL_LIST(buttons)
buttons?.Cut()
return ..()
/**