mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
adds refcount to the gc log (#25146)
* adds refcount to the gc log * Update code/controllers/subsystem/SSgarbage.dm
This commit is contained in:
@@ -800,6 +800,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
|
||||
if(I.hard_deletes)
|
||||
dellog += "<li>Total Hard Deletes [I.hard_deletes]</li>"
|
||||
dellog += "<li>Time Spent Hard Deleting: [I.hard_delete_time]ms</li>"
|
||||
dellog += "<li>Average References During Hardel: [I.reference_average] references.</li>"
|
||||
if(I.slept_destroy)
|
||||
dellog += "<li>Sleeps: [I.slept_destroy]</li>"
|
||||
if(I.no_respect_force)
|
||||
|
||||
Reference in New Issue
Block a user