mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
quickfix to stop people using the scanner inside it (#12567)
This commit is contained in:
committed by
variableundefined
parent
db36b727c1
commit
85051d8762
@@ -140,6 +140,9 @@
|
||||
if(stat & (NOPOWER|BROKEN))
|
||||
return
|
||||
|
||||
if(occupant == user)
|
||||
return // you cant reach that
|
||||
|
||||
if(panel_open)
|
||||
to_chat(user, "<span class='notice'>Close the maintenance panel first.</span>")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user