Compile fix

This commit is contained in:
ZomgPonies
2014-05-03 14:57:21 -04:00
parent 537129b34e
commit 87ec4c3309
+1 -1
View File
@@ -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