Skip to content

Commit

Permalink
tweak(GC): gc failures are not runtimes anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne authored Dec 9, 2023
1 parent 2424f06 commit 8aec750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystems/garbage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ SUBSYSTEM_DEF(garbage)
var/datum/qdel_item/I = items[type]

if(!I.failures)
util_crash_with("GC: -- \ref[D] | [type] was unable to be GC'd --")
to_world_log("GC: -- \ref[D] | [type] was unable to be GC'd --")
I.failures++
if(GC_QUEUE_HARDDELETE)
if(avoid_harddel)
Expand Down

0 comments on commit 8aec750

Please sign in to comment.