Fixes timer runtimes

This commit is contained in:
Tastyfish
2016-04-30 06:58:27 -04:00
parent a32387ba57
commit 7c85fc71eb
+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