mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Let ghosts properly access turret controls
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
user << "<span class='notice'>There seems to be a firewall preventing you from accessing this device.</span>"
|
||||
return 1
|
||||
|
||||
if(locked && !(isrobot(user) || isAI(user)))
|
||||
if(locked && !(isrobot(user) || isAI(user) || isobserver(user)))
|
||||
user << "<span class='notice'>Access denied.</span>"
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user