mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
removes the last of the old job controller (#19344)
* removes the last of the old job controller * . * . * . * . * . * Update admin_verbs.dm * Update admin_verbs.dm --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
|
||||
/obj/item/card/id/Initialize(mapload)
|
||||
. = ..()
|
||||
var/datum/job/J = GLOB.job_master.GetJob(rank)
|
||||
var/datum/job/J = SSjob.get_job(rank)
|
||||
if(J)
|
||||
access = J.get_access()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user