From 79938b3cacb209eacac7387eb9b9b00d2f30ce66 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Sun, 8 Dec 2024 17:04:32 +0100 Subject: [PATCH] Fixes managers runtiming on delete (#27585) --- code/modules/hallucinations/hallucination_manager.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/hallucinations/hallucination_manager.dm b/code/modules/hallucinations/hallucination_manager.dm index b436653a4a0..818959cc8ae 100644 --- a/code/modules/hallucinations/hallucination_manager.dm +++ b/code/modules/hallucinations/hallucination_manager.dm @@ -31,7 +31,6 @@ /datum/hallucination_manager/Destroy(force, ...) . = ..() owner = null - deltimer(trigger_timer) QDEL_NULL(hallucination_list) QDEL_NULL(images)