mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Tightens the permissions on debug, DI panel, view variables
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
// This bit is called when clicked in the stat panel
|
||||
/obj/effect/statclick/debug/Click()
|
||||
if(!usr.client.holder)
|
||||
if(!is_admin(usr))
|
||||
return
|
||||
|
||||
usr.client.debug_variables(target)
|
||||
|
||||
Reference in New Issue
Block a user