From 5730e32fbf9062fe3a01cf19ebc355c88dcd4f00 Mon Sep 17 00:00:00 2001 From: SteelSlayer Date: Sat, 12 Sep 2020 18:41:22 -0500 Subject: [PATCH] stack_trace --- code/controllers/subsystem/cleanup.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/cleanup.dm b/code/controllers/subsystem/cleanup.dm index 7f5f32734a6..f5962c45547 100644 --- a/code/controllers/subsystem/cleanup.dm +++ b/code/controllers/subsystem/cleanup.dm @@ -41,4 +41,4 @@ SUBSYSTEM_DEF(cleanup) listclearnulls(_list) if(length(_list) < prev_length) - log_runtime_txt("Found a null value in GLOB.[lists_to_clean[_list]]!") + stack_trace("Found a null value in GLOB.[lists_to_clean[_list]]!")