Cleanup interaction

This commit is contained in:
Markolie
2017-02-10 21:54:51 +01:00
parent 4e0989ee0b
commit 53e156388e
4 changed files with 4 additions and 4 deletions
@@ -146,7 +146,7 @@ Thus, the two variables affect pump operation are set in New():
if(..())
return
add_fingerprint(user)
if(!allowed(user) && !user.can_admin_interact())
if(!allowed(user))
to_chat(user, "<span class='alert'>Access denied.</span>")
return
user.set_machine(src)