Removes the button that crashes the server

Honestly this was a danger and I'm amazed it was left here for so long.
This commit is contained in:
C.L
2022-09-03 16:18:40 -04:00
parent c9e80fbe04
commit c100a9688d
+1 -1
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])