minor UI thing for error message

This commit is contained in:
Kyep
2020-08-14 07:22:09 -07:00
parent 4fcefdba14
commit 5c15feec13
+2
View File
@@ -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)