Fix early-joining and alt-job title preference

Removed two lines of code that was FORCING the game to look at the whitelist to even allow early joiners a job/role and their own job title.
This commit is contained in:
Razgriz
2019-11-21 02:28:34 -07:00
committed by GitHub
parent 5eadee2db3
commit 3956d0285f
-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