From bc0138af41dc8e23335fe7d710bbc3f8bf7d3087 Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Wed, 27 Apr 2022 23:14:26 -0700 Subject: [PATCH] fix --- code/modules/error_handler/error_viewer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/error_handler/error_viewer.dm b/code/modules/error_handler/error_viewer.dm index 18d8144a286..60b85c384f6 100644 --- a/code/modules/error_handler/error_viewer.dm +++ b/code/modules/error_handler/error_viewer.dm @@ -80,7 +80,7 @@ GLOBAL_DATUM(error_cache, /datum/error_viewer/error_cache) /datum/error_viewer/error_cache/show_to(user, datum/error_viewer/back_to, linear) var/html = build_header() - html += "[global.total_runtimes] runtimes, [global.total_runtimes_skipped] skipped

" + html += "[global.total_runtimes] runtimes, [GLOB.total_runtimes_skipped] skipped

" if (!linear) html += "organized | [make_link("linear", null, 1)]
" var/datum/error_viewer/error_source/error_source