Skip to content

Commit

Permalink
disable harddel in GC
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed Nov 17, 2024
1 parent 7c2042f commit 2926995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/garbage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ SUBSYSTEM_DEF(garbage)
LAZYADD(type_info.extra_details, detail)

var/tick_usage = TICK_USAGE
del(D)
// del(D) // BANDASTATION REMOVE
tick_usage = TICK_USAGE_TO_MS(tick_usage)

type_info.hard_deletes++
Expand Down

0 comments on commit 2926995

Please sign in to comment.