Turns out we DO want HTML here. (#25402)

Signed-off-by: Charlie Nolan <funnyman3595@gmail.com>
This commit is contained in:
Charlie Nolan
2024-05-06 06:08:17 +00:00
committed by GitHub
parent a5d780e4d7
commit d319b0c23f
-1
View File
@@ -38,7 +38,6 @@ GLOBAL_PROTECT(log_end)
if(GLOB?.configuration?.logging.debug_logging)
rustg_log_write(GLOB.world_game_log, "DEBUG: [text][GLOB.log_end]")
text = html_encode(text)
for(var/client/C in GLOB.admins)
if(check_rights(R_DEBUG | R_VIEWRUNTIMES, FALSE, C.mob) && (C.prefs.toggles & PREFTOGGLE_CHAT_DEBUGLOGS))
to_chat(C, "<span class='debug'>DEBUG: [text]</span>", MESSAGE_TYPE_DEBUG, confidential = TRUE)