Allows admins to edit telecomms without having to spawn a mob

This commit is contained in:
Kyep
2017-06-23 01:32:45 -07:00
parent 665f98df5f
commit 856499febf
@@ -192,7 +192,7 @@
add_fingerprint(user)
user.set_machine(src)
if(!allowed(user) && !emagged)
if(!allowed(user) && !emagged && !user.can_admin_interact())
to_chat(user, "<span class='danger'>Access Denied.</span>")
return 0