add missing usr argument to tgui window in VV delete all (#31200)

This commit is contained in:
Toastical
2025-12-09 01:55:38 +02:00
committed by GitHub
parent 445f0ea8dd
commit 96e617b4b9
+1 -1
View File
@@ -26,7 +26,7 @@
if(tgui_alert(usr, "Are you really sure you want to delete all objects of type [type]?", "Confirm", list("Yes", "No")) != "Yes")
return
if(tgui_alert("Second confirmation required. Delete?", "Confirm", list("Yes", "No")) != "Yes")
if(tgui_alert(usr, "Second confirmation required. Delete?", "Confirm", list("Yes", "No")) != "Yes")
return
var/O_type = type