diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index 1b0a0c0b4d..5161db48d1 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -60,6 +60,8 @@ var/global/datum/controller/occupations/job_master return 0 if(!job.player_old_enough(player.client)) return 0 + if(!check_whitelist(player)) // Yeah no, no more hardcoded whitelisting. Ree. - Jon. //CHOMPStation code. + return 0 //VOREStation Add if(!job.player_has_enough_playtime(player.client)) return 0