mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-07-19 02:52:46 +01:00
Merge pull request #857 from Razgriz1032/Razgriz1032-patch-1
Fix early-joining and alt-job title preference
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