From 87ec4c3309d14e8745f44887388490a6c1ca8e5a Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sat, 3 May 2014 14:57:21 -0400 Subject: [PATCH] Compile fix --- code/game/jobs/job_controller.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index 72d794e1686..c4f6e3c14ac 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -309,7 +309,7 @@ var/global/datum/controller/occupations/job_master Debug("DO player not old enough, Player: [player], Job:[job.title]") continue - if(!is_job_whitelisted(player, rank)) + if(!is_job_whitelisted(player, job.title)) Debug("DO player not whitelisted, Player: [player], Job:[job.title]") continue