mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
more 516 compat (#16922)
* more 516 compat * fix vbo download * limit this for 516 * . * this * don't even try * . * fix that * fiy del log * . * Update debug.dm * guh * Update debug.dm
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user