Merge pull request #857 from Razgriz1032/Razgriz1032-patch-1

Fix early-joining and alt-job title preference
This commit is contained in:
Razgriz
2019-11-21 02:29:11 -07:00
committed by GitHub
-2
View File
@@ -59,8 +59,6 @@ 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.
return 0
if(!is_job_whitelisted(player, rank)) //VOREStation Code
return 0