mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
minor UI thing for error message
This commit is contained in:
@@ -120,6 +120,8 @@ GLOBAL_LIST_EMPTY(fax_blacklist)
|
||||
.["sendError"] = "Not Logged In"
|
||||
else if(!.["paper"])
|
||||
.["sendError"] = "Nothing Inserted"
|
||||
else if(!.["destination"])
|
||||
.["sendError"] = "Destination Not Set"
|
||||
else if((destination in GLOB.admin_departments) || (destination in GLOB.hidden_admin_departments))
|
||||
var/cooldown_seconds = cooldown_seconds()
|
||||
if(cooldown_seconds)
|
||||
|
||||
Reference in New Issue
Block a user