Skip to content

Commit

Permalink
Fix clock out timer deleting trim singletons (#2809)
Browse files Browse the repository at this point in the history
We don't own this, no need to clean it up
  • Loading branch information
FlufflesTheDog authored and StealsThePRs committed Jun 3, 2024
1 parent 67d580c commit 8ac19e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modular_nova/modules/time_clock/code/off_duty_component.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@

/datum/component/off_duty_timer/Destroy(force)
UnregisterSignal(parent, COMSIG_ATOM_ATTACKBY)
if(stored_trim)
qdel(stored_trim)
stored_trim = null

return ..()

///Sets the on_cooldown variable to false, making it so that the ID can clock back in.
Expand Down

0 comments on commit 8ac19e5

Please sign in to comment.