[MIRROR] Staticpath [MDB ignore] (#12445)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-23 00:33:43 +01:00
committed by GitHub
co-authored by Kashargul
parent cc106f8032
commit ba5224fbcb
437 changed files with 5869 additions and 5220 deletions
+4 -4
View File
@@ -45,7 +45,7 @@
if(compileerrors.len)
src << output(span_bold("Compile Errors"), "tcserror")
for(var/scriptError/e in compileerrors)
for(var/datum/scriptError/e in compileerrors)
src << output(span_red("\t>[e.message]"), "tcserror")
src << output("([compileerrors.len] errors)", "tcserror")
@@ -54,7 +54,7 @@
if(M.client)
M << output(null, "tcserror")
M << output(span_bold("Compile Errors"), "tcserror")
for(var/scriptError/e in compileerrors)
for(var/datum/scriptError/e in compileerrors)
M << output(span_red("\t>[e.message]"), "tcserror")
M << output("([compileerrors.len] errors)", "tcserror")
@@ -97,7 +97,7 @@
if(compileerrors.len)
src << output(span_bold("Compile Errors"), "tcserror")
for(var/scriptError/e in compileerrors)
for(var/datum/scriptError/e in compileerrors)
src << output(span_red("\t>[e.message]"), "tcserror")
src << output("([compileerrors.len] errors)", "tcserror")
@@ -106,7 +106,7 @@
if(M.client)
M << output(null, "tcserror")
M << output(span_bold("Compile Errors"), "tcserror")
for(var/scriptError/e in compileerrors)
for(var/datum/scriptError/e in compileerrors)
M << output(span_red("\t>[e.message]"), "tcserror")
M << output("([compileerrors.len] errors)", "tcserror")