mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[s] Fix a class of secret variable dumping via SDQL by stopping vars from being accessed by can_vv_get() (#90665)
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
return TRUE
|
||||
|
||||
/datum/proc/can_vv_get(var_name)
|
||||
if(var_name == NAMEOF(src, vars))
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/// Called when a var is edited with the new value to change to
|
||||
|
||||
Reference in New Issue
Block a user