Blame MSO

@MrStonedOne
This commit is contained in:
Bjorn Neergaard
2015-11-30 21:23:57 -05:00
parent 47e9a7771a
commit aadfa979e6
-1
View File
@@ -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)