mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixes a security issue on runtime logging (#20413)
This commit is contained in:
@@ -234,6 +234,7 @@ GLOBAL_LIST_INIT(admin_verbs_maintainer, list(
|
||||
/client/proc/debugNatureMapGenerator, // This lags like hell, and is very easy to nuke half the server with
|
||||
/client/proc/vv_by_ref, // This allows you to lookup **ANYTHING** in the server memory by spamming refs. Locked for security.
|
||||
/client/proc/cinematic, // This will break everyone's screens in the round. Dont use this for adminbus.
|
||||
/client/proc/throw_runtime, // Do I even need to explain why this is locked?
|
||||
))
|
||||
|
||||
/client/proc/on_holder_add()
|
||||
|
||||
Reference in New Issue
Block a user