mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
fixes a broken check in the job controller (#20264)
This commit is contained in:
@@ -678,7 +678,7 @@ SUBSYSTEM_DEF(jobs)
|
||||
var/datum/job/tgt_job = GetJob(jobtitle)
|
||||
if(!tgt_job)
|
||||
return
|
||||
if(!tgt_job.department_head[1])
|
||||
if(!length(tgt_job.department_head))
|
||||
return
|
||||
var/boss_title = tgt_job.department_head[1]
|
||||
var/obj/item/pda/target_pda
|
||||
|
||||
Reference in New Issue
Block a user