mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Organized runtime viewer now has number of runtimes (#7557)
This commit is contained in:
@@ -86,7 +86,7 @@ GLOBAL_DATUM(error_cache, /datum/error_viewer/error_cache)
|
||||
var/datum/error_viewer/error_source/error_source
|
||||
for (var/erroruid in error_sources)
|
||||
error_source = error_sources[erroruid]
|
||||
html += "[error_source.make_link(null, src)]<br>"
|
||||
html += "[error_source.make_link(null, src)] x [error_source.errors.len]<br>" //SKYRAT EDIT - RUNTIME TRANSPARENCY
|
||||
|
||||
else
|
||||
html += "[make_link("organized", null)] | linear<hr>"
|
||||
|
||||
Reference in New Issue
Block a user