mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Blame MSO
@MrStonedOne
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user