Merge pull request #4329 from Tastyfish/timers

Fixes timer process runtimes
This commit is contained in:
Fox McCloud
2016-04-30 07:08:07 -04:00
+2 -1
View File
@@ -28,7 +28,8 @@ var/global/datum/controller/process/timer/timer_master
/datum/controller/process/timer/proc/runevent(datum/timedevent/event)
set waitfor = 0
call(event.thingToCall, event.procToCall)(arglist(event.argList))
if(event.thingToCall)
call(event.thingToCall, event.procToCall)(arglist(event.argList))
/datum/timedevent
var/thingToCall