From aadfa979e62e65eac524b46711960cd8b141d1f7 Mon Sep 17 00:00:00 2001 From: Bjorn Neergaard Date: Mon, 30 Nov 2015 21:23:57 -0500 Subject: [PATCH] Blame MSO @MrStonedOne --- code/controllers/subsystem/timer.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/timer.dm b/code/controllers/subsystem/timer.dm index 7d54c10c1c3..61760711f75 100644 --- a/code/controllers/subsystem/timer.dm +++ b/code/controllers/subsystem/timer.dm @@ -21,7 +21,6 @@ var/datum/subsystem/timer/SStimer can_fire = 0 //nothing to do, lets stop firing. return for (var/datum/timedevent/event in processing) - // hacky i know, but its the only way to ensure this works with clients if (!event.thingToCall || qdeleted(event.thingToCall)) qdel(event) if (event.timeToRun <= world.time)