One more tweak

This commit is contained in:
VerySoft
2022-11-21 19:35:00 -05:00
parent 08f5641c01
commit 745f1f6f36
+1
View File
@@ -69,6 +69,7 @@
return
if(tgui_alert(usr, "Do you want to remove the following message from the global list? \"[input]\"", "Remove Ticket", list("Yes", "No")) == "Yes")
security_printer_tickets -= input
log_and_message_admins("removed a security ticket from the global list: \"[input]\"", usr)
else
tgui_alert_async(usr, "The ticket list is empty.","Empty")