mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #8864 from VOREStation/upstream-merge-7568
[MIRROR] Add a warning line to the supply computer about access.
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
if(..())
|
||||
return
|
||||
if(!allowed(user))
|
||||
to_chat(user, "<span class='warning'>You don't have the required access to use this console.</span>")
|
||||
return
|
||||
user.set_machine(src)
|
||||
tgui_interact(user)
|
||||
|
||||
Reference in New Issue
Block a user