Fix absence of Admin Deny Shuttle button

This commit is contained in:
Bizzonium
2020-08-09 21:24:34 +03:00
parent 5d6a13cb59
commit 4a191de1b9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -877,6 +877,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(SSshuttle)
SSshuttle.emergencyNoEscape = !SSshuttle.emergencyNoEscape
feedback_add_details("admin_verb", "DENYSHUT")
log_admin("[key_name(src)] has [SSshuttle.emergencyNoEscape ? "denied" : "allowed"] the shuttle to be called.")
message_admins("[key_name_admin(usr)] has [SSshuttle.emergencyNoEscape ? "denied" : "allowed"] the shuttle to be called.")