mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
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:
co-authored by
GeneralCamo <n/a>
parent
78c9e58ca5
commit
a9796a01e6
@@ -72,7 +72,7 @@
|
||||
|
||||
/datum/tgui_alert/Destroy(force, ...)
|
||||
SStgui.close_uis(src)
|
||||
QDEL_LIST(buttons)
|
||||
buttons?.Cut()
|
||||
return ..()
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user