mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-20 10:37:17 +01:00
Allows admins to edit telecomms without having to spawn a mob
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user