mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Fixes some issues with TGUI Alerts, and Text Input (#24282)
* Well... maybe that's not better way * PDA and all_channels encryptionkey * Alert fixes * Bad style
This commit is contained in:
@@ -415,7 +415,7 @@
|
||||
else
|
||||
confirm = tgui_alert(user, "Are you sure you want to checkout [B] to [computer.user_data.patron_name]?", "Confirm Checkout", list("Yes", "No"))
|
||||
|
||||
if(confirm == "No")
|
||||
if(confirm != "Yes")
|
||||
return
|
||||
if(computer.checkout(B))
|
||||
playsound(src, 'sound/items/scannerbeep.ogg', 15, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user