[MIRROR] more 516 compat (#9914)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-20 01:29:59 -07:00
committed by GitHub
parent 7adbee0911
commit 5c1ab76e5d
7 changed files with 16 additions and 13 deletions

View File

@@ -239,15 +239,16 @@
dellog += "</ol>"
usr << browse(dellog.Join(), "window=dellog")
usr << browse("<html>[dellog.Join()]</html>", "window=dellog")
/client/proc/cmd_display_init_log()
set category = "Debug.Investigate"
set name = "Display Initialize() Log"
set desc = "Displays a list of things that didn't handle Initialize() properly"
if(!check_rights(R_DEBUG)) return
src << browse(replacetext(SSatoms.InitLog(), "\n", "<br>"), "window=initlog")
if(!check_rights(R_DEBUG))
return
src << browse("<html>[replacetext(SSatoms.InitLog(), "\n", "<br>")]</html>", "window=initlog")
/*
/client/proc/cmd_display_overlay_log()