mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
runtime fix
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user