mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
add missing usr argument to tgui window in VV delete all (#31200)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user