Skip to content

Commit

Permalink
Enable harddel
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Jan 26, 2025
1 parent b037d71 commit 888b321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/SSgarbage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ SUBSYSTEM_DEF(garbage)
var/type = D.type
var/refID = text_ref(D)

// del(D) SS220 EDIT - disable hard del (performance tweak)
del(D)

tick = (TICK_USAGE - tick + ((world.time - ticktime) / world.tick_lag * 100))

Expand Down

0 comments on commit 888b321

Please sign in to comment.