Let ghosts properly access turret controls

This commit is contained in:
Markolie
2015-08-10 00:06:21 +02:00
parent b4301c3e76
commit 30541674e1
+1 -1
View File
@@ -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