replace the crazy global vars decl, hide vchatdb

/database is a curse
but only here
This commit is contained in:
spookerton
2022-04-08 00:44:08 +01:00
parent da2046da8d
commit 100e915cbd
2 changed files with 48 additions and 32 deletions

View File

@@ -43,6 +43,12 @@ GLOBAL_REAL(GLOB, /datum/controller/global_vars)
return FALSE
return ..()
/datum/controller/global_vars/VV_hidden()
return list(
"vchatdb"
)
/datum/controller/global_vars/Initialize()
gvars_datum_init_order = list()
gvars_datum_protected_varlist = list(NAMEOF(src, gvars_datum_protected_varlist) = TRUE)