Skip to content

Commit

Permalink
Disable hard del
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Dec 19, 2024
1 parent eac7b06 commit d08213f
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)
// del(D) SS220 EDIT - disable hard del (performance tweak)

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

Expand Down

0 comments on commit d08213f

Please sign in to comment.