mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 15:36:21 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user