Skip to content

Commit

Permalink
Fixes managers runtiming on delete (ParadiseSS13#27585)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Dec 8, 2024
1 parent 3336bfd commit 79938b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/hallucinations/hallucination_manager.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
/datum/hallucination_manager/Destroy(force, ...)
. = ..()
owner = null
deltimer(trigger_timer)
QDEL_NULL(hallucination_list)
QDEL_NULL(images)

Expand Down

0 comments on commit 79938b3

Please sign in to comment.