converts our spans (#9185)

This commit is contained in:
Kashargul
2024-10-07 20:47:23 +02:00
committed by GitHub
parent f4155aa973
commit a92a42b85b
162 changed files with 1360 additions and 1269 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
if(data_core)
html = data_core.get_manifest(FALSE,TRUE,snowflake = TRUE)
else
html = "<b>ERROR: NO DATACORE</b>" //Could make the error more fancy later
html = span_bold("ERROR: NO DATACORE") //Could make the error more fancy later
rustg_file_write(html,"[CONFIG_GET(string/nodebot_location)]\\html.html")
/datum/tgs_chat_command/manifest/Run(datum/tgs_chat_user/sender, params)