runtime fix

This commit is contained in:
D3athrow
2015-04-06 21:33:31 -05:00
parent 2929ed2272
commit ae02eecfbc

View File

@@ -1098,7 +1098,7 @@ var/list/slot_equipment_priority = list( \
else
stat(null, "Garbage Controller is not running.")
if(processScheduler.getIsRunning())
if(processScheduler && processScheduler.getIsRunning())
var/datum/controller/process/process
process = processScheduler.getProcess("vote")