mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Revert "Assorted changes to job assignment code and logging." (#85929)
Reverts tgstation/tgstation#85308 
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
if (level != null && level != JP_LOW && level != JP_MEDIUM && level != JP_HIGH)
|
||||
return FALSE
|
||||
|
||||
var/datum/job/job = SSjob.get_job(job_title)
|
||||
var/datum/job/job = SSjob.GetJob(job_title)
|
||||
|
||||
if (isnull(job))
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user