Merge pull request #14050 from Bizzonium/fixAdminDenyShuttle

Fix absence of Toggle Deny Shuttle button
This commit is contained in:
AffectedArc07
2020-08-09 20:01:25 +01:00
committed by GitHub
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.")