mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Cleanup interaction
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user