the inevitable Revert "Refactors admin verbs from giant ass lists into datums" in case stuff breaks (#73206)

Reverts tgstation/tgstation#72407
This commit is contained in:
Mothblocks
2023-02-05 11:44:38 +13:00
committed by GitHub
parent 984d72c57f
commit d67555a0b5
111 changed files with 3400 additions and 2144 deletions
@@ -79,7 +79,6 @@ GLOBAL_DATUM(error_cache, /datum/error_viewer/error_cache)
var/list/errors_silenced = list()
/datum/error_viewer/error_cache/show_to(user, datum/error_viewer/back_to, linear)
user = CLIENT_FROM_VAR(user)
var/html = build_header()
html += "<b>[GLOB.total_runtimes]</b> runtimes, <b>[GLOB.total_runtimes_skipped]</b> skipped<br><br>"
if (!linear)