From 1ca83d68424fa581632d438e8a7b33af9cbf41da Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Fri, 2 Sep 2022 07:50:53 -0500 Subject: [PATCH] Removes a runtime (#18952) Removes a line of code that does... nothing! Causes a runtime on world starting so you need to allow it to execute the rest, and I hate being forced to click 1 extra time. Grug like fast debugger, not slow debugger. --- code/controllers/globals.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/globals.dm b/code/controllers/globals.dm index 691f19201f6..2a0f59597ca 100644 --- a/code/controllers/globals.dm +++ b/code/controllers/globals.dm @@ -14,7 +14,6 @@ GLOBAL_REAL(GLOB, /datum/controller/global_vars) var/datum/controller/exclude_these = new gvars_datum_in_built_vars = exclude_these.vars + list("gvars_datum_protected_varlist", "gvars_datum_in_built_vars", "gvars_datum_init_order") - QDEL_IN(exclude_these, 0) //signal logging isn't ready Initialize()