Bugfix Palooza

This commit is contained in:
Casey
2022-09-04 17:51:20 -04:00
committed by CHOMPStation2
parent 43928fcfb6
commit 6d970b9e9c
4 changed files with 19 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ GLOBAL_REAL(GLOB, /datum/controller/global_vars)
if(!statclick)
statclick = new/obj/effect/statclick/debug(null, "Initializing...", src)
stat("GLOB:", statclick.update("Edit"))
stat("GLOB:", "Button Removed Due To Crashing") //VOREStation Edit
/datum/controller/global_vars/vv_edit_var(var_name, var_value)
if(gvars_datum_protected_varlist[var_name])